.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-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.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: 0px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

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

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

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

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

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

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

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

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

#s-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}
#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 13px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


@media (min-width: 1200px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}
#s-04a7a048-9ddc-4abc-9ae1-c33ff9c3a591 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 26px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-04a7a048-9ddc-4abc-9ae1-c33ff9c3a591 {
  margin-bottom: 10px;
}
}







#s-04a7a048-9ddc-4abc-9ae1-c33ff9c3a591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04a7a048-9ddc-4abc-9ae1-c33ff9c3a591 {
  cursor: pointer;
}#s-04a7a048-9ddc-4abc-9ae1-c33ff9c3a591.shg-box.shg-c {
  justify-content: center;
}

#s-adaa66ae-3742-448e-9035-d818704a3a0a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: left bottom;
}
@media (max-width: 767px){#s-adaa66ae-3742-448e-9035-d818704a3a0a {
  display: none;
}
#s-adaa66ae-3742-448e-9035-d818704a3a0a, #wrap-s-adaa66ae-3742-448e-9035-d818704a3a0a, #wrap-content-s-adaa66ae-3742-448e-9035-d818704a3a0a { display: none !important; }}
#s-adaa66ae-3742-448e-9035-d818704a3a0a {
  background-image: url(https://i.shgcdn.com/c932c136-44b2-4257-b5b7-78a3270b111c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-adaa66ae-3742-448e-9035-d818704a3a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adaa66ae-3742-448e-9035-d818704a3a0a.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-658dcaa6-d1c0-4280-94da-940c57f540e4 {
  margin-top: 14px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-658dcaa6-d1c0-4280-94da-940c57f540e4 {
  margin-top: 35px;
}
}
#s-658dcaa6-d1c0-4280-94da-940c57f540e4 .shogun-heading-component h1 {
  color: rgba(127, 14, 110, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-658dcaa6-d1c0-4280-94da-940c57f540e4 .shogun-heading-component h1 {
  color: rgba(127, 14, 110, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-69be2158-2fbb-4129-9b0e-f1e251808245 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-69be2158-2fbb-4129-9b0e-f1e251808245 {
  margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-69be2158-2fbb-4129-9b0e-f1e251808245 {
  margin-bottom: 10px;
display: none;
}
#s-69be2158-2fbb-4129-9b0e-f1e251808245, #wrap-s-69be2158-2fbb-4129-9b0e-f1e251808245, #wrap-content-s-69be2158-2fbb-4129-9b0e-f1e251808245 { display: none !important; }}@media (max-width: 767px){#s-69be2158-2fbb-4129-9b0e-f1e251808245 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-69be2158-2fbb-4129-9b0e-f1e251808245 .shogun-heading-component h1 {
  color: rgba(216, 75, 14, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-f219f21c-b714-4819-bd6b-3aba48054665 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f219f21c-b714-4819-bd6b-3aba48054665 {
  display: none;
}
#s-f219f21c-b714-4819-bd6b-3aba48054665, #wrap-s-f219f21c-b714-4819-bd6b-3aba48054665, #wrap-content-s-f219f21c-b714-4819-bd6b-3aba48054665 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f219f21c-b714-4819-bd6b-3aba48054665 {
  margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
display: none;
}
#s-f219f21c-b714-4819-bd6b-3aba48054665, #wrap-s-f219f21c-b714-4819-bd6b-3aba48054665, #wrap-content-s-f219f21c-b714-4819-bd6b-3aba48054665 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f219f21c-b714-4819-bd6b-3aba48054665 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-f219f21c-b714-4819-bd6b-3aba48054665 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-f219f21c-b714-4819-bd6b-3aba48054665, #wrap-s-f219f21c-b714-4819-bd6b-3aba48054665, #wrap-content-s-f219f21c-b714-4819-bd6b-3aba48054665 { display: none !important; }}
#s-f219f21c-b714-4819-bd6b-3aba48054665 .shogun-heading-component h1 {
  color: rgba(216, 75, 14, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-7f5bdbcd-4222-43d7-be7e-f56f81c641e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}

#s-7f5bdbcd-4222-43d7-be7e-f56f81c641e0 .shogun-heading-component h1 {
  color: rgba(127, 14, 110, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7f5bdbcd-4222-43d7-be7e-f56f81c641e0 .shogun-heading-component h1 {
  color: rgba(127, 14, 110, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-d5782da6-221b-4a02-a89b-06c2b68d2d66 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d5782da6-221b-4a02-a89b-06c2b68d2d66:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5782da6-221b-4a02-a89b-06c2b68d2d66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5782da6-221b-4a02-a89b-06c2b68d2d66-root {
    text-align: center;
  }


#s-d5782da6-221b-4a02-a89b-06c2b68d2d66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5782da6-221b-4a02-a89b-06c2b68d2d66-root {
    text-align: center;
  }


#s-d5782da6-221b-4a02-a89b-06c2b68d2d66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5782da6-221b-4a02-a89b-06c2b68d2d66-root {
    text-align: center;
  }


#s-d5782da6-221b-4a02-a89b-06c2b68d2d66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5782da6-221b-4a02-a89b-06c2b68d2d66-root {
    text-align: center;
  }


#s-d5782da6-221b-4a02-a89b-06c2b68d2d66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5782da6-221b-4a02-a89b-06c2b68d2d66-root {
    text-align: center;
  }


#s-d5782da6-221b-4a02-a89b-06c2b68d2d66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c8c59e4-d95c-4916-874c-9e106bf58771 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-3c8c59e4-d95c-4916-874c-9e106bf58771 {
  display: none;
}
#s-3c8c59e4-d95c-4916-874c-9e106bf58771, #wrap-s-3c8c59e4-d95c-4916-874c-9e106bf58771, #wrap-content-s-3c8c59e4-d95c-4916-874c-9e106bf58771 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c8c59e4-d95c-4916-874c-9e106bf58771 {
  display: none;
}
#s-3c8c59e4-d95c-4916-874c-9e106bf58771, #wrap-s-3c8c59e4-d95c-4916-874c-9e106bf58771, #wrap-content-s-3c8c59e4-d95c-4916-874c-9e106bf58771 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c8c59e4-d95c-4916-874c-9e106bf58771 {
  display: none;
}
#s-3c8c59e4-d95c-4916-874c-9e106bf58771, #wrap-s-3c8c59e4-d95c-4916-874c-9e106bf58771, #wrap-content-s-3c8c59e4-d95c-4916-874c-9e106bf58771 { display: none !important; }}
#s-3c8c59e4-d95c-4916-874c-9e106bf58771 {
  background-image: url(https://i.shgcdn.com/2bf1d8be-104c-4b34-a045-c277ed2db7fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3c8c59e4-d95c-4916-874c-9e106bf58771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c8c59e4-d95c-4916-874c-9e106bf58771.shg-box.shg-c {
  justify-content: center;
}

#s-4390201a-6785-4621-9024-43aa629cafa5 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-4390201a-6785-4621-9024-43aa629cafa5 {
  display: none;
}
#s-4390201a-6785-4621-9024-43aa629cafa5, #wrap-s-4390201a-6785-4621-9024-43aa629cafa5, #wrap-content-s-4390201a-6785-4621-9024-43aa629cafa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4390201a-6785-4621-9024-43aa629cafa5 {
  display: none;
}
#s-4390201a-6785-4621-9024-43aa629cafa5, #wrap-s-4390201a-6785-4621-9024-43aa629cafa5, #wrap-content-s-4390201a-6785-4621-9024-43aa629cafa5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4390201a-6785-4621-9024-43aa629cafa5 {
  display: none;
}
#s-4390201a-6785-4621-9024-43aa629cafa5, #wrap-s-4390201a-6785-4621-9024-43aa629cafa5, #wrap-content-s-4390201a-6785-4621-9024-43aa629cafa5 { display: none !important; }}
#s-4390201a-6785-4621-9024-43aa629cafa5 .shogun-heading-component h1 {
  color: rgba(127, 14, 110, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-8fa7d171-828c-4878-bf87-dff6ece6bc6b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8fa7d171-828c-4878-bf87-dff6ece6bc6b {
  margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fa7d171-828c-4878-bf87-dff6ece6bc6b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-8fa7d171-828c-4878-bf87-dff6ece6bc6b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
}
}
#s-8fa7d171-828c-4878-bf87-dff6ece6bc6b .shogun-heading-component h1 {
  color: rgba(216, 75, 14, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: 1px;
  
}



#s-6e95486b-b0c2-4217-a849-be7f9020489a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-6e95486b-b0c2-4217-a849-be7f9020489a {
  display: none;
}
#s-6e95486b-b0c2-4217-a849-be7f9020489a, #wrap-s-6e95486b-b0c2-4217-a849-be7f9020489a, #wrap-content-s-6e95486b-b0c2-4217-a849-be7f9020489a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e95486b-b0c2-4217-a849-be7f9020489a {
  display: none;
}
#s-6e95486b-b0c2-4217-a849-be7f9020489a, #wrap-s-6e95486b-b0c2-4217-a849-be7f9020489a, #wrap-content-s-6e95486b-b0c2-4217-a849-be7f9020489a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e95486b-b0c2-4217-a849-be7f9020489a {
  display: none;
}
#s-6e95486b-b0c2-4217-a849-be7f9020489a, #wrap-s-6e95486b-b0c2-4217-a849-be7f9020489a, #wrap-content-s-6e95486b-b0c2-4217-a849-be7f9020489a { display: none !important; }}
#s-6e95486b-b0c2-4217-a849-be7f9020489a .shogun-heading-component h1 {
  color: rgba(127, 14, 110, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(216, 75, 14, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b:hover {background-color: rgba(203, 3, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b:active {background-color: rgba(216, 75, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b-root {
    text-align: center;
  }


#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b-root {
    text-align: center;
  }


#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b-root {
    text-align: center;
  }


#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b-root {
    text-align: center;
  }


#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b-root {
    text-align: center;
  }


#s-d6aa73bb-aa90-4f8f-a357-1a9148e2b24b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fac1781b-de8f-4b5d-82f5-08cf0f14dc41 {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-ce0c9e07-4c4c-4c70-805f-3137b4508e6f {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
background-color: rgba(216, 75, 14, 1);
}








#s-ce0c9e07-4c4c-4c70-805f-3137b4508e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce0c9e07-4c4c-4c70-805f-3137b4508e6f {
  cursor: pointer;
}#s-ce0c9e07-4c4c-4c70-805f-3137b4508e6f.shg-box.shg-c {
  justify-content: center;
}

#s-4937a4cb-73d1-4b90-b4ec-8022308c8010 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4937a4cb-73d1-4b90-b4ec-8022308c8010"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4937a4cb-73d1-4b90-b4ec-8022308c8010"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4937a4cb-73d1-4b90-b4ec-8022308c8010"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4937a4cb-73d1-4b90-b4ec-8022308c8010"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4937a4cb-73d1-4b90-b4ec-8022308c8010"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-708a9169-3ffd-4938-8eb9-b04ba4eee71d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-708a9169-3ffd-4938-8eb9-b04ba4eee71d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-708a9169-3ffd-4938-8eb9-b04ba4eee71d.shg-box.shg-c {
  justify-content: center;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin-left: 0%;
margin-right: 0%;
max-width: 600px;
aspect-ratio: 600/500;
text-align: center;
}
@media (max-width: 767px){#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin-top: 8px;
}
}
#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }

    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-link {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
  box-sizing: border-box;
}



.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
      --shg-aspect-ratio: calc(600/500); 
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
      position: relative;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }

    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-link {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
  box-sizing: border-box;
}



.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
      --shg-aspect-ratio: calc(600/500); 
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
      position: relative;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }

    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-link {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
  box-sizing: border-box;
}



.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
      --shg-aspect-ratio: calc(600/500); 
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
      position: relative;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }

    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-link {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
  box-sizing: border-box;
}



.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
      --shg-aspect-ratio: calc(600/500); 
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
      position: relative;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }

    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-link {
      aspect-ratio: 600/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image {
  box-sizing: border-box;
}



.s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b {
      --shg-aspect-ratio: calc(600/500); 
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container {
      position: relative;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a34e0e94-c3a4-4f38-a566-c72c35f76c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/900;
text-align: center;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }

    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-link {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
  box-sizing: border-box;
}



.s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d1f4050-6f2d-452e-87ad-355f15400357 {
      --shg-aspect-ratio: calc(1000/900); 
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
      position: relative;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }

    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-link {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
  box-sizing: border-box;
}



.s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d1f4050-6f2d-452e-87ad-355f15400357 {
      --shg-aspect-ratio: calc(1000/900); 
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
      position: relative;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }

    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-link {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
  box-sizing: border-box;
}



.s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d1f4050-6f2d-452e-87ad-355f15400357 {
      --shg-aspect-ratio: calc(1000/900); 
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
      position: relative;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }

    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-link {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
  box-sizing: border-box;
}



.s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d1f4050-6f2d-452e-87ad-355f15400357 {
      --shg-aspect-ratio: calc(1000/900); 
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
      position: relative;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d1f4050-6f2d-452e-87ad-355f15400357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }

    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-link {
      aspect-ratio: 1000/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d1f4050-6f2d-452e-87ad-355f15400357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8d1f4050-6f2d-452e-87ad-355f15400357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image {
  box-sizing: border-box;
}



.s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d1f4050-6f2d-452e-87ad-355f15400357 {
      --shg-aspect-ratio: calc(1000/900); 
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container {
      position: relative;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d1f4050-6f2d-452e-87ad-355f15400357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-af93b751-a0c1-4c19-bef4-74c077d10a9d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af93b751-a0c1-4c19-bef4-74c077d10a9d {
  
}
}
#s-af93b751-a0c1-4c19-bef4-74c077d10a9d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-af93b751-a0c1-4c19-bef4-74c077d10a9d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-cd0ee7c3-67cb-4712-b59c-5aeab714c349 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd0ee7c3-67cb-4712-b59c-5aeab714c349"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-69170ba1-921e-4103-a43d-34758ae5ab06 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-69170ba1-921e-4103-a43d-34758ae5ab06 {
  
}
}@media (max-width: 767px){#s-69170ba1-921e-4103-a43d-34758ae5ab06 {
  margin-right: 4%;
}
}
#s-69170ba1-921e-4103-a43d-34758ae5ab06 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 90px;
  line-height: 1em;
  
  text-align: right;
}


@media (max-width: 767px){#s-69170ba1-921e-4103-a43d-34758ae5ab06 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  text-align: right;
}


}
#s-ca3e97cf-28a7-4502-80eb-11f2ca8f7b28 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca3e97cf-28a7-4502-80eb-11f2ca8f7b28 {
  
}
}@media (max-width: 767px){#s-ca3e97cf-28a7-4502-80eb-11f2ca8f7b28 {
  margin-left: -3%;
}
}
#s-ca3e97cf-28a7-4502-80eb-11f2ca8f7b28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-ca3e97cf-28a7-4502-80eb-11f2ca8f7b28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-47ba1522-f1a6-4b1d-aa57-831100f88592 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-47ba1522-f1a6-4b1d-aa57-831100f88592 {
  
}
}
#s-47ba1522-f1a6-4b1d-aa57-831100f88592 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-701de426-c45d-47f8-9ec9-80d9806ff951 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 3, 91, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-701de426-c45d-47f8-9ec9-80d9806ff951:hover {background-color: rgba(203, 3, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-701de426-c45d-47f8-9ec9-80d9806ff951:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-701de426-c45d-47f8-9ec9-80d9806ff951-root {
    text-align: center;
  }


#s-701de426-c45d-47f8-9ec9-80d9806ff951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-701de426-c45d-47f8-9ec9-80d9806ff951-root {
    text-align: center;
  }


#s-701de426-c45d-47f8-9ec9-80d9806ff951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-701de426-c45d-47f8-9ec9-80d9806ff951-root {
    text-align: center;
  }


#s-701de426-c45d-47f8-9ec9-80d9806ff951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-701de426-c45d-47f8-9ec9-80d9806ff951-root {
    text-align: center;
  }


#s-701de426-c45d-47f8-9ec9-80d9806ff951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-701de426-c45d-47f8-9ec9-80d9806ff951-root {
    text-align: center;
  }


#s-701de426-c45d-47f8-9ec9-80d9806ff951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e4832441-8a73-4c55-9c94-58844c61e409 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-e4832441-8a73-4c55-9c94-58844c61e409 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-e4832441-8a73-4c55-9c94-58844c61e409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4832441-8a73-4c55-9c94-58844c61e409 {
  cursor: pointer;
}#s-e4832441-8a73-4c55-9c94-58844c61e409.shg-box.shg-c {
  justify-content: center;
}

#s-c8b3be77-6d86-4760-a6d7-081b17fe1da7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-c8b3be77-6d86-4760-a6d7-081b17fe1da7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8b3be77-6d86-4760-a6d7-081b17fe1da7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8b3be77-6d86-4760-a6d7-081b17fe1da7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8b3be77-6d86-4760-a6d7-081b17fe1da7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0b2c2f60-e1cd-4c21-b543-8cb8636071d4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-0b2c2f60-e1cd-4c21-b543-8cb8636071d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b2c2f60-e1cd-4c21-b543-8cb8636071d4.shg-box.shg-c {
  justify-content: center;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  margin-left: 41%;
margin-right: 41%;
max-width: 261px;
aspect-ratio: 261/201;
text-align: center;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 41%;
  margin-right: 41%;
  
  
}

.shg-image-content-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
  box-sizing: border-box;
}



.s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da38242-20dc-44ea-ae07-77084b2bace3 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
      position: relative;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

@media (min-width: 1200px){#s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
  box-sizing: border-box;
}



.s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da38242-20dc-44ea-ae07-77084b2bace3 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
      position: relative;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
  box-sizing: border-box;
}



.s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da38242-20dc-44ea-ae07-77084b2bace3 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
      position: relative;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
  box-sizing: border-box;
}



.s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da38242-20dc-44ea-ae07-77084b2bace3 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
      position: relative;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (max-width: 767px){#s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9da38242-20dc-44ea-ae07-77084b2bace3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da38242-20dc-44ea-ae07-77084b2bace3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-9da38242-20dc-44ea-ae07-77084b2bace3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image {
  box-sizing: border-box;
}



.s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9da38242-20dc-44ea-ae07-77084b2bace3 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container {
      position: relative;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da38242-20dc-44ea-ae07-77084b2bace3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}
#s-51f7d25a-982d-4d0d-8da6-9fc18ba839df {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-51f7d25a-982d-4d0d-8da6-9fc18ba839df .shogun-heading-component h1 {
  color: rgba(223, 4, 38, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-de84b2b2-56bd-4549-afc2-4d583af3a40b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-de84b2b2-56bd-4549-afc2-4d583af3a40b {
  display: none;
}
#s-de84b2b2-56bd-4549-afc2-4d583af3a40b, #wrap-s-de84b2b2-56bd-4549-afc2-4d583af3a40b, #wrap-content-s-de84b2b2-56bd-4549-afc2-4d583af3a40b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de84b2b2-56bd-4549-afc2-4d583af3a40b {
  display: none;
}
#s-de84b2b2-56bd-4549-afc2-4d583af3a40b, #wrap-s-de84b2b2-56bd-4549-afc2-4d583af3a40b, #wrap-content-s-de84b2b2-56bd-4549-afc2-4d583af3a40b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de84b2b2-56bd-4549-afc2-4d583af3a40b {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-de84b2b2-56bd-4549-afc2-4d583af3a40b {
  display: none;
}
#s-de84b2b2-56bd-4549-afc2-4d583af3a40b, #wrap-s-de84b2b2-56bd-4549-afc2-4d583af3a40b, #wrap-content-s-de84b2b2-56bd-4549-afc2-4d583af3a40b { display: none !important; }}
#s-de84b2b2-56bd-4549-afc2-4d583af3a40b .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}



#s-79a8aa41-83c0-40c9-a666-af1f147585bb {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-79a8aa41-83c0-40c9-a666-af1f147585bb {
  display: none;
}
#s-79a8aa41-83c0-40c9-a666-af1f147585bb, #wrap-s-79a8aa41-83c0-40c9-a666-af1f147585bb, #wrap-content-s-79a8aa41-83c0-40c9-a666-af1f147585bb { display: none !important; }}
#s-79a8aa41-83c0-40c9-a666-af1f147585bb .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}



#s-0142ee6c-8301-45a4-99c0-d0627764bd67 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0142ee6c-8301-45a4-99c0-d0627764bd67 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0142ee6c-8301-45a4-99c0-d0627764bd67 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-0142ee6c-8301-45a4-99c0-d0627764bd67 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-0142ee6c-8301-45a4-99c0-d0627764bd67 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(223, 4, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a3f5916-f8a6-4d35-865d-5d09931bb22a-root {
    text-align: center;
  }


#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a3f5916-f8a6-4d35-865d-5d09931bb22a-root {
    text-align: center;
  }


#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a3f5916-f8a6-4d35-865d-5d09931bb22a-root {
    text-align: center;
  }


#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a3f5916-f8a6-4d35-865d-5d09931bb22a-root {
    text-align: center;
  }


#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a3f5916-f8a6-4d35-865d-5d09931bb22a-root {
    text-align: center;
  }


#s-4a3f5916-f8a6-4d35-865d-5d09931bb22a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f88947d1-2feb-460e-915c-9d8f016cac62 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-f88947d1-2feb-460e-915c-9d8f016cac62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f88947d1-2feb-460e-915c-9d8f016cac62.shg-box.shg-c {
  justify-content: center;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 {
  margin: 0 !important;
  overflow: visible;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add background color handling */
  
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
  box-sizing: border-box;
}



.s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862c374e-9ea6-4860-9895-191e29d8d231 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
      position: relative;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

@media (min-width: 1200px){#s-862c374e-9ea6-4860-9895-191e29d8d231 {
  margin: 0 !important;
  overflow: visible;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add background color handling */
  
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
  box-sizing: border-box;
}



.s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862c374e-9ea6-4860-9895-191e29d8d231 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
      position: relative;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-862c374e-9ea6-4860-9895-191e29d8d231 {
  margin: 0 !important;
  overflow: visible;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add background color handling */
  
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
  box-sizing: border-box;
}



.s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862c374e-9ea6-4860-9895-191e29d8d231 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
      position: relative;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-862c374e-9ea6-4860-9895-191e29d8d231 {
  margin: 0 !important;
  overflow: visible;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add background color handling */
  
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
  box-sizing: border-box;
}



.s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862c374e-9ea6-4860-9895-191e29d8d231 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
      position: relative;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (max-width: 767px){#s-862c374e-9ea6-4860-9895-191e29d8d231 {
  margin: 0 !important;
  overflow: visible;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862c374e-9ea6-4860-9895-191e29d8d231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add background color handling */
  
}

#s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862c374e-9ea6-4860-9895-191e29d8d231 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-862c374e-9ea6-4860-9895-191e29d8d231 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image {
  box-sizing: border-box;
}



.s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862c374e-9ea6-4860-9895-191e29d8d231 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container {
      position: relative;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862c374e-9ea6-4860-9895-191e29d8d231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}
#s-2142d8cb-14aa-473f-91d0-e515d73a09db {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-2142d8cb-14aa-473f-91d0-e515d73a09db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2142d8cb-14aa-473f-91d0-e515d73a09db {
  cursor: pointer;
}#s-2142d8cb-14aa-473f-91d0-e515d73a09db.shg-box.shg-c {
  justify-content: center;
}

#s-f115dad4-9cd8-4b13-bbfe-badf06712ed5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-f115dad4-9cd8-4b13-bbfe-badf06712ed5 {
  background-image: url(https://i.shgcdn.com/319d9bea-54e5-46d3-a64c-624b4991d3f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f115dad4-9cd8-4b13-bbfe-badf06712ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f115dad4-9cd8-4b13-bbfe-badf06712ed5.shg-box.shg-c {
  justify-content: center;
}

#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c {
  display: none;
}
#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c, #wrap-s-2a0c36fc-8817-4ca3-bb82-612d5098f65c, #wrap-content-s-2a0c36fc-8817-4ca3-bb82-612d5098f65c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c {
  display: none;
}
#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c, #wrap-s-2a0c36fc-8817-4ca3-bb82-612d5098f65c, #wrap-content-s-2a0c36fc-8817-4ca3-bb82-612d5098f65c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c {
  padding-top: 0px;
display: none;
}
#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c, #wrap-s-2a0c36fc-8817-4ca3-bb82-612d5098f65c, #wrap-content-s-2a0c36fc-8817-4ca3-bb82-612d5098f65c { display: none !important; }}
#s-2a0c36fc-8817-4ca3-bb82-612d5098f65c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}



#s-babad521-4359-42d0-b33e-7c74a08efe93 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-babad521-4359-42d0-b33e-7c74a08efe93 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-babad521-4359-42d0-b33e-7c74a08efe93 {
  display: none;
}
#s-babad521-4359-42d0-b33e-7c74a08efe93, #wrap-s-babad521-4359-42d0-b33e-7c74a08efe93, #wrap-content-s-babad521-4359-42d0-b33e-7c74a08efe93 { display: none !important; }}
#s-babad521-4359-42d0-b33e-7c74a08efe93 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  
}



#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin-left: 18%;
margin-bottom: 6px;
margin-right: 18%;
max-width: 1000px;
aspect-ratio: 1000/91;
text-align: center;
}
@media (max-width: 767px){#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin: 0 !important;
  overflow: visible;
}

#s-d543943f-726c-4342-b146-8012f3e05494-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 18%;
  margin-right: 18%;
  
  margin-bottom: 6px;
}

.shg-image-content-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add background color handling */
  
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }

    #s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-link {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d543943f-726c-4342-b146-8012f3e05494.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
  box-sizing: border-box;
}



.s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d543943f-726c-4342-b146-8012f3e05494 {
      --shg-aspect-ratio: calc(1000/91); 
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
      position: relative;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin: 0 !important;
  overflow: visible;
}

#s-d543943f-726c-4342-b146-8012f3e05494-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add background color handling */
  
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }

    #s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-link {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d543943f-726c-4342-b146-8012f3e05494.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
  box-sizing: border-box;
}



.s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d543943f-726c-4342-b146-8012f3e05494 {
      --shg-aspect-ratio: calc(1000/91); 
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
      position: relative;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin: 0 !important;
  overflow: visible;
}

#s-d543943f-726c-4342-b146-8012f3e05494-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add background color handling */
  
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }

    #s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-link {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d543943f-726c-4342-b146-8012f3e05494.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
  box-sizing: border-box;
}



.s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d543943f-726c-4342-b146-8012f3e05494 {
      --shg-aspect-ratio: calc(1000/91); 
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
      position: relative;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin: 0 !important;
  overflow: visible;
}

#s-d543943f-726c-4342-b146-8012f3e05494-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add background color handling */
  
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }

    #s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-link {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d543943f-726c-4342-b146-8012f3e05494.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
  box-sizing: border-box;
}



.s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d543943f-726c-4342-b146-8012f3e05494 {
      --shg-aspect-ratio: calc(1000/91); 
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
      position: relative;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-d543943f-726c-4342-b146-8012f3e05494 {
  margin: 0 !important;
  overflow: visible;
}

#s-d543943f-726c-4342-b146-8012f3e05494-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 7%;
  margin-right: 7%;
  
  
}

.shg-image-content-margin-container-s-d543943f-726c-4342-b146-8012f3e05494 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add background color handling */
  
}

#s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }

    #s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-link {
      aspect-ratio: 1000/91;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d543943f-726c-4342-b146-8012f3e05494 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d543943f-726c-4342-b146-8012f3e05494 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d543943f-726c-4342-b146-8012f3e05494.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d543943f-726c-4342-b146-8012f3e05494.shogun-image {
  box-sizing: border-box;
}



.s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d543943f-726c-4342-b146-8012f3e05494 {
      --shg-aspect-ratio: calc(1000/91); 
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container {
      position: relative;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d543943f-726c-4342-b146-8012f3e05494.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d543943f-726c-4342-b146-8012f3e05494 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-7f08d313-0165-4aa6-a904-a54f48ded228 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7f08d313-0165-4aa6-a904-a54f48ded228 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7f08d313-0165-4aa6-a904-a54f48ded228 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 0.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7f08d313-0165-4aa6-a904-a54f48ded228 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-7f08d313-0165-4aa6-a904-a54f48ded228 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-8185b00a-a053-427c-843a-4f529e54f35a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8185b00a-a053-427c-843a-4f529e54f35a {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-8185b00a-a053-427c-843a-4f529e54f35a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8185b00a-a053-427c-843a-4f529e54f35a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-8185b00a-a053-427c-843a-4f529e54f35a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-8185b00a-a053-427c-843a-4f529e54f35a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1573px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1573px;
  }



  img.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
    
    
    
    max-height: 1573px;
  }


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
  box-sizing: border-box;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
      position: relative;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1573px;
    }
  }

@media (min-width: 1200px){#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1573px;
  }



  img.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
    
    
    
    max-height: 1573px;
  }


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
  box-sizing: border-box;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
      position: relative;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1573px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1573px;
  }



  img.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
    
    
    
    max-height: 1573px;
  }


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
  box-sizing: border-box;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
      position: relative;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1573px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1573px;
  }



  img.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
    
    
    
    max-height: 1573px;
  }


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
  box-sizing: border-box;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
      position: relative;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1573px;
    }
  }

}@media (max-width: 767px){#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  margin: 0 !important;
  overflow: visible;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add background color handling */
  
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1573px;
  }



  img.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
    
    
    
    max-height: 1573px;
  }


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image {
  box-sizing: border-box;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container {
      position: relative;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b24a7a9-1d07-478e-be4f-99a177a67ebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1573px;
    }
  }

}
#s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
  box-sizing: border-box;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d354892-b565-4d15-bb72-793b8371b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
      position: relative;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
  box-sizing: border-box;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d354892-b565-4d15-bb72-793b8371b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
      position: relative;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
  box-sizing: border-box;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d354892-b565-4d15-bb72-793b8371b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
      position: relative;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
  box-sizing: border-box;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d354892-b565-4d15-bb72-793b8371b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
      position: relative;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d354892-b565-4d15-bb72-793b8371b0d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image {
  box-sizing: border-box;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d354892-b565-4d15-bb72-793b8371b0d5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d354892-b565-4d15-bb72-793b8371b0d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container {
      position: relative;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d354892-b565-4d15-bb72-793b8371b0d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
  box-sizing: border-box;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
      position: relative;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
  box-sizing: border-box;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
      position: relative;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
  box-sizing: border-box;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
      position: relative;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
  box-sizing: border-box;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
      position: relative;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image {
  box-sizing: border-box;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container {
      position: relative;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8dc13b0-ee71-4f1c-b819-94ae26144582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  margin: 0 !important;
  overflow: visible;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add background color handling */
  
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
  box-sizing: border-box;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
      position: relative;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  margin: 0 !important;
  overflow: visible;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add background color handling */
  
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
  box-sizing: border-box;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
      position: relative;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  margin: 0 !important;
  overflow: visible;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add background color handling */
  
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
  box-sizing: border-box;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
      position: relative;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  margin: 0 !important;
  overflow: visible;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add background color handling */
  
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
  box-sizing: border-box;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
      position: relative;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  margin: 0 !important;
  overflow: visible;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add background color handling */
  
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image {
  box-sizing: border-box;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e1b3f662-68c5-4f16-b366-619b2dccc49d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container {
      position: relative;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1b3f662-68c5-4f16-b366-619b2dccc49d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
  box-sizing: border-box;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ce352f3-7d58-4965-9116-e36282f89e19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
      position: relative;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
  box-sizing: border-box;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ce352f3-7d58-4965-9116-e36282f89e19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
      position: relative;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
  box-sizing: border-box;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ce352f3-7d58-4965-9116-e36282f89e19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
      position: relative;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
  box-sizing: border-box;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ce352f3-7d58-4965-9116-e36282f89e19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
      position: relative;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ce352f3-7d58-4965-9116-e36282f89e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image {
  box-sizing: border-box;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7ce352f3-7d58-4965-9116-e36282f89e19 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ce352f3-7d58-4965-9116-e36282f89e19 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container {
      position: relative;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce352f3-7d58-4965-9116-e36282f89e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1591px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  
}
}
#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  margin: 0 !important;
  overflow: visible;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add background color handling */
  
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1591px;
  }



  img.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
    
    
    
    max-height: 1591px;
  }


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
  box-sizing: border-box;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
      position: relative;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1591px;
    }
  }

@media (min-width: 1200px){#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  margin: 0 !important;
  overflow: visible;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add background color handling */
  
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1591px;
  }



  img.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
    
    
    
    max-height: 1591px;
  }


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
  box-sizing: border-box;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
      position: relative;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1591px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  margin: 0 !important;
  overflow: visible;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add background color handling */
  
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1591px;
  }



  img.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
    
    
    
    max-height: 1591px;
  }


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
  box-sizing: border-box;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
      position: relative;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1591px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  margin: 0 !important;
  overflow: visible;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add background color handling */
  
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1591px;
  }



  img.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
    
    
    
    max-height: 1591px;
  }


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
  box-sizing: border-box;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
      position: relative;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1591px;
    }
  }

}@media (max-width: 767px){#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  margin: 0 !important;
  overflow: visible;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add background color handling */
  
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1591px;
  }



  img.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
    
    
    
    max-height: 1591px;
  }


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image {
  box-sizing: border-box;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container {
      position: relative;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83d27508-79ed-43a3-aaa3-94e95f1b4cf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1591px;
    }
  }

}
#s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
  box-sizing: border-box;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37aa00b1-618d-467a-9694-f934cf1dd722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
      position: relative;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
  box-sizing: border-box;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37aa00b1-618d-467a-9694-f934cf1dd722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
      position: relative;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
  box-sizing: border-box;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37aa00b1-618d-467a-9694-f934cf1dd722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
      position: relative;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
  box-sizing: border-box;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37aa00b1-618d-467a-9694-f934cf1dd722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
      position: relative;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aa00b1-618d-467a-9694-f934cf1dd722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image {
  box-sizing: border-box;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-37aa00b1-618d-467a-9694-f934cf1dd722 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37aa00b1-618d-467a-9694-f934cf1dd722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container {
      position: relative;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37aa00b1-618d-467a-9694-f934cf1dd722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
  box-sizing: border-box;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
      position: relative;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
  box-sizing: border-box;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
      position: relative;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
  box-sizing: border-box;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
      position: relative;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
  box-sizing: border-box;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
      position: relative;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image {
  box-sizing: border-box;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container {
      position: relative;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367b57-4492-430b-bde1-a7b4efcde1b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-d6ac0360-9813-44b2-8016-4ff35404229e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6ac0360-9813-44b2-8016-4ff35404229e .shogun-heading-component h1 {
  color: rgba(203, 3, 91, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 1px;
  
}



#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81b07c3d-4114-44bb-a347-ebb50c5f19c5-root {
    text-align: center;
  }


#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81b07c3d-4114-44bb-a347-ebb50c5f19c5-root {
    text-align: center;
  }


#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81b07c3d-4114-44bb-a347-ebb50c5f19c5-root {
    text-align: center;
  }


#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81b07c3d-4114-44bb-a347-ebb50c5f19c5-root {
    text-align: center;
  }


#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81b07c3d-4114-44bb-a347-ebb50c5f19c5-root {
    text-align: center;
  }


#s-81b07c3d-4114-44bb-a347-ebb50c5f19c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e1ac0f1e-db64-4b3f-be69-564a80c5233d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(154, 11, 95, 1);
}








#s-e1ac0f1e-db64-4b3f-be69-564a80c5233d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1ac0f1e-db64-4b3f-be69-564a80c5233d {
  cursor: pointer;
}#s-e1ac0f1e-db64-4b3f-be69-564a80c5233d.shg-box.shg-c {
  justify-content: center;
}

#s-7ae8cb91-cdc1-4cbd-9308-f37ce7ab5733 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-7ae8cb91-cdc1-4cbd-9308-f37ce7ab5733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ae8cb91-cdc1-4cbd-9308-f37ce7ab5733.shg-box.shg-c {
  justify-content: center;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  margin-left: auto;
margin-right: auto;
max-width: 1671px;
aspect-ratio: 1671/961;
text-align: center;
}
@media (min-width: 1200px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  display: none;
}
#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f, #wrap-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f, #wrap-content-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  display: none;
}
#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f, #wrap-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f, #wrap-content-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  display: none;
}
#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f, #wrap-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f, #wrap-content-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f { display: none !important; }}
#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }

    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-link {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1671px;
  }



  img.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
    
    
    
    max-height: 1671px;
  }


.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
  box-sizing: border-box;
}



.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
      --shg-aspect-ratio: calc(1671/961); 
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
      position: relative;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1671px;
    }
  }

@media (min-width: 1200px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }

    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-link {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1671px;
  }



  img.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
    
    
    
    max-height: 1671px;
  }


.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
  box-sizing: border-box;
}



.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
      --shg-aspect-ratio: calc(1671/961); 
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
      position: relative;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1671px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }

    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-link {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1671px;
  }



  img.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
    
    
    
    max-height: 1671px;
  }


.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
  box-sizing: border-box;
}



.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
      --shg-aspect-ratio: calc(1671/961); 
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
      position: relative;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1671px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }

    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-link {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1671px;
  }



  img.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
    
    
    
    max-height: 1671px;
  }


.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
  box-sizing: border-box;
}



.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
      --shg-aspect-ratio: calc(1671/961); 
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
      position: relative;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1671px;
    }
  }

}@media (max-width: 767px){#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }

    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-link {
      aspect-ratio: 1671/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1671px;
  }



  img.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
    
    
    
    max-height: 1671px;
  }


.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image {
  box-sizing: border-box;
}



.s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f {
      --shg-aspect-ratio: calc(1671/961); 
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container {
      position: relative;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a741fd3-68b2-4274-9b6a-1ed533d3287f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1671px;
    }
  }

}
#s-8d86e49e-20af-426d-b7a4-2d105ff125b3 {
  margin-left: 1%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d86e49e-20af-426d-b7a4-2d105ff125b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-8c51bd3f-4408-4cb8-b16d-d92e3c2a477d {
  margin-left: auto;
margin-right: auto;
}

#s-cfb4fcfa-0e55-4141-9339-016cf8059dc3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cfb4fcfa-0e55-4141-9339-016cf8059dc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfb4fcfa-0e55-4141-9339-016cf8059dc3.shg-box.shg-c {
  justify-content: center;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  margin-left: 9%;
margin-right: 9%;
max-width: 1013px;
aspect-ratio: 1013/318;
text-align: center;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  
  
}

.shg-image-content-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
  box-sizing: border-box;
}



.s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
      position: relative;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

@media (min-width: 1200px){#s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
  box-sizing: border-box;
}



.s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
      position: relative;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
  box-sizing: border-box;
}



.s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
      position: relative;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
  box-sizing: border-box;
}



.s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
      position: relative;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (max-width: 767px){#s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-1ff53c85-ef7f-441d-b41c-508ba902f458 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image {
  box-sizing: border-box;
}



.s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container {
      position: relative;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff53c85-ef7f-441d-b41c-508ba902f458 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}
#s-c3a0fac6-ffc9-4a60-8cb3-964b77fffebf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3a0fac6-ffc9-4a60-8cb3-964b77fffebf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



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

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

#s-de1031b1-01dc-48f6-a5a6-7b708e6972f4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-de1031b1-01dc-48f6-a5a6-7b708e6972f4 {
  display: none;
}
#s-de1031b1-01dc-48f6-a5a6-7b708e6972f4, #wrap-s-de1031b1-01dc-48f6-a5a6-7b708e6972f4, #wrap-content-s-de1031b1-01dc-48f6-a5a6-7b708e6972f4 { display: none !important; }}
#s-de1031b1-01dc-48f6-a5a6-7b708e6972f4 hr {
  border-top: 2px solid #ddd;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  margin-left: auto;
margin-right: auto;
max-width: 2600px;
aspect-ratio: 2600/961;
text-align: center;
}
@media (max-width: 767px){#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  display: none;
}
#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf, #wrap-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf, #wrap-content-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf { display: none !important; }}
#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }

    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-link {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2600px;
  }



  img.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
    
    
    
    max-height: 2600px;
  }


.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
  box-sizing: border-box;
}



.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
      --shg-aspect-ratio: calc(2600/961); 
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
      position: relative;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2600px;
    }
  }

@media (min-width: 1200px){#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }

    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-link {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2600px;
  }



  img.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
    
    
    
    max-height: 2600px;
  }


.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
  box-sizing: border-box;
}



.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
      --shg-aspect-ratio: calc(2600/961); 
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
      position: relative;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }

    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-link {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2600px;
  }



  img.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
    
    
    
    max-height: 2600px;
  }


.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
  box-sizing: border-box;
}



.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
      --shg-aspect-ratio: calc(2600/961); 
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
      position: relative;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }

    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-link {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2600px;
  }



  img.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
    
    
    
    max-height: 2600px;
  }


.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
  box-sizing: border-box;
}



.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
      --shg-aspect-ratio: calc(2600/961); 
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
      position: relative;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2600px;
    }
  }

}@media (max-width: 767px){#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  margin: 0 !important;
  overflow: visible;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add background color handling */
  
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }

    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-link {
      aspect-ratio: 2600/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2600px;
  }



  img.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
    
    
    
    max-height: 2600px;
  }


.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image {
  box-sizing: border-box;
}



.s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf {
      --shg-aspect-ratio: calc(2600/961); 
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container {
      position: relative;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e86574-6bc1-4f8b-9dde-6584ec6d96cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2600px;
    }
  }

}
#s-7bb708df-4f20-40c0-8038-ca6566853995 {
  margin-left: 1%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7bb708df-4f20-40c0-8038-ca6566853995"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-4c3e6901-3c15-4eec-a40e-90cc81dd55da {
  margin-left: auto;
margin-right: auto;
}

#s-b0318870-28d8-4dcd-8e19-113d055fd95d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b0318870-28d8-4dcd-8e19-113d055fd95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0318870-28d8-4dcd-8e19-113d055fd95d.shg-box.shg-c {
  justify-content: center;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1013px;
aspect-ratio: 1013/318;
text-align: center;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
  box-sizing: border-box;
}



.s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54f088c7-1e75-40de-94e2-530388b527d9 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
      position: relative;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

@media (min-width: 1200px){#s-54f088c7-1e75-40de-94e2-530388b527d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
  box-sizing: border-box;
}



.s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54f088c7-1e75-40de-94e2-530388b527d9 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
      position: relative;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-54f088c7-1e75-40de-94e2-530388b527d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
  box-sizing: border-box;
}



.s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54f088c7-1e75-40de-94e2-530388b527d9 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
      position: relative;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-54f088c7-1e75-40de-94e2-530388b527d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
  box-sizing: border-box;
}



.s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54f088c7-1e75-40de-94e2-530388b527d9 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
      position: relative;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}@media (max-width: 767px){#s-54f088c7-1e75-40de-94e2-530388b527d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54f088c7-1e75-40de-94e2-530388b527d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }

    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-link {
      aspect-ratio: 1013/318;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54f088c7-1e75-40de-94e2-530388b527d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1013px;
  }



  img.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
    
    
    
    max-height: 1013px;
  }


.s-54f088c7-1e75-40de-94e2-530388b527d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image {
  box-sizing: border-box;
}



.s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54f088c7-1e75-40de-94e2-530388b527d9 {
      --shg-aspect-ratio: calc(1013/318); 
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container {
      position: relative;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54f088c7-1e75-40de-94e2-530388b527d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1013px;
    }
  }

}
#s-160b8d71-4d32-48c9-89c1-5fcccfd968a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-160b8d71-4d32-48c9-89c1-5fcccfd968a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-4d9984ea-df25-4a78-bce6-42d050495f03 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4d9984ea-df25-4a78-bce6-42d050495f03 {
  display: none;
}
#s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-content-s-4d9984ea-df25-4a78-bce6-42d050495f03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d9984ea-df25-4a78-bce6-42d050495f03 {
  display: none;
}
#s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-content-s-4d9984ea-df25-4a78-bce6-42d050495f03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d9984ea-df25-4a78-bce6-42d050495f03 {
  display: none;
}
#s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-content-s-4d9984ea-df25-4a78-bce6-42d050495f03 { display: none !important; }}@media (max-width: 767px){#s-4d9984ea-df25-4a78-bce6-42d050495f03 {
  display: none;
}
#s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-s-4d9984ea-df25-4a78-bce6-42d050495f03, #wrap-content-s-4d9984ea-df25-4a78-bce6-42d050495f03 { display: none !important; }}
#s-4d9984ea-df25-4a78-bce6-42d050495f03 hr {
  border-top: 2px solid #ddd;
}

#s-cdc8bed6-3242-4bed-a441-7704d323ee15 {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cdc8bed6-3242-4bed-a441-7704d323ee15 {
  display: none;
}
#s-cdc8bed6-3242-4bed-a441-7704d323ee15, #wrap-s-cdc8bed6-3242-4bed-a441-7704d323ee15, #wrap-content-s-cdc8bed6-3242-4bed-a441-7704d323ee15 { display: none !important; }}
#s-cdc8bed6-3242-4bed-a441-7704d323ee15 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-4dc4935e-4850-48fc-9fc3-b1ad99bbae9d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4dc4935e-4850-48fc-9fc3-b1ad99bbae9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4dc4935e-4850-48fc-9fc3-b1ad99bbae9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-4dc4935e-4850-48fc-9fc3-b1ad99bbae9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-4dc4935e-4850-48fc-9fc3-b1ad99bbae9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  margin-left: auto;
margin-right: auto;
max-width: 709px;
aspect-ratio: 709/689;
text-align: center;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
  box-sizing: border-box;
}



.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
      position: relative;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

@media (min-width: 1200px){#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
  box-sizing: border-box;
}



.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
      position: relative;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
  box-sizing: border-box;
}



.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
      position: relative;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
  box-sizing: border-box;
}



.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
      position: relative;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (max-width: 767px){#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image {
  box-sizing: border-box;
}



.s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container {
      position: relative;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9c2d8ca-3b76-41eb-bb05-e67dc329d6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}
#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  margin-left: auto;
margin-right: auto;
max-width: 709px;
aspect-ratio: 709/689;
text-align: center;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  margin: 0 !important;
  overflow: visible;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add background color handling */
  
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
  box-sizing: border-box;
}



.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
      position: relative;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

@media (min-width: 1200px){#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  margin: 0 !important;
  overflow: visible;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add background color handling */
  
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
  box-sizing: border-box;
}



.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
      position: relative;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  margin: 0 !important;
  overflow: visible;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add background color handling */
  
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
  box-sizing: border-box;
}



.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
      position: relative;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  margin: 0 !important;
  overflow: visible;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add background color handling */
  
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
  box-sizing: border-box;
}



.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
      position: relative;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (max-width: 767px){#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  margin: 0 !important;
  overflow: visible;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add background color handling */
  
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image {
  box-sizing: border-box;
}



.s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container {
      position: relative;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96670df8-8303-4b1b-9c5c-9ea0581e73ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}
#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin-left: auto;
margin-right: auto;
max-width: 709px;
aspect-ratio: 709/689;
text-align: center;
}
@media (max-width: 767px){#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin-top: 15px;
}
}
#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
  box-sizing: border-box;
}



.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
      position: relative;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

@media (min-width: 1200px){#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
  box-sizing: border-box;
}



.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
      position: relative;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
  box-sizing: border-box;
}



.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
      position: relative;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
  box-sizing: border-box;
}



.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
      position: relative;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (max-width: 767px){#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image {
  box-sizing: border-box;
}



.s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container {
      position: relative;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ac5a9e-a8b1-447d-8242-bcf91b2b1d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}
#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin-left: auto;
margin-right: auto;
max-width: 709px;
aspect-ratio: 709/689;
text-align: center;
}
@media (max-width: 767px){#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin-top: 15px;
}
}
#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
  box-sizing: border-box;
}



.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
      position: relative;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

@media (min-width: 1200px){#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
  box-sizing: border-box;
}



.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
      position: relative;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
  box-sizing: border-box;
}



.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
      position: relative;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
  box-sizing: border-box;
}



.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
      position: relative;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}@media (max-width: 767px){#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }

    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-link {
      aspect-ratio: 709/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 709px;
  }



  img.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
    
    
    
    max-height: 709px;
  }


.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image {
  box-sizing: border-box;
}



.s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 {
      --shg-aspect-ratio: calc(709/689); 
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container {
      position: relative;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ef2e17a-6cd1-4e08-b36a-43f35a2eeab7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 709px;
    }
  }

}
#s-e97284fb-2bd4-4b3c-af57-87aefc495343 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e97284fb-2bd4-4b3c-af57-87aefc495343 {
  display: none;
}
#s-e97284fb-2bd4-4b3c-af57-87aefc495343, #wrap-s-e97284fb-2bd4-4b3c-af57-87aefc495343, #wrap-content-s-e97284fb-2bd4-4b3c-af57-87aefc495343 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e97284fb-2bd4-4b3c-af57-87aefc495343 {
  display: none;
}
#s-e97284fb-2bd4-4b3c-af57-87aefc495343, #wrap-s-e97284fb-2bd4-4b3c-af57-87aefc495343, #wrap-content-s-e97284fb-2bd4-4b3c-af57-87aefc495343 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e97284fb-2bd4-4b3c-af57-87aefc495343 {
  display: none;
}
#s-e97284fb-2bd4-4b3c-af57-87aefc495343, #wrap-s-e97284fb-2bd4-4b3c-af57-87aefc495343, #wrap-content-s-e97284fb-2bd4-4b3c-af57-87aefc495343 { display: none !important; }}
#s-e97284fb-2bd4-4b3c-af57-87aefc495343 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-a877b9c8-136d-4d29-b199-85901e82a28b {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(154, 11, 95, 1);
}
#s-a877b9c8-136d-4d29-b199-85901e82a28b:hover {background-color: rgba(226, 177, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(154, 11, 95, 1) !important;}#s-a877b9c8-136d-4d29-b199-85901e82a28b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a877b9c8-136d-4d29-b199-85901e82a28b-root {
    text-align: center;
  }


#s-a877b9c8-136d-4d29-b199-85901e82a28b.shg-btn {
  color: rgba(154, 11, 95, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a877b9c8-136d-4d29-b199-85901e82a28b-root {
    text-align: center;
  }


#s-a877b9c8-136d-4d29-b199-85901e82a28b.shg-btn {
  color: rgba(154, 11, 95, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a877b9c8-136d-4d29-b199-85901e82a28b-root {
    text-align: center;
  }


#s-a877b9c8-136d-4d29-b199-85901e82a28b.shg-btn {
  color: rgba(154, 11, 95, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a877b9c8-136d-4d29-b199-85901e82a28b-root {
    text-align: center;
  }


#s-a877b9c8-136d-4d29-b199-85901e82a28b.shg-btn {
  color: rgba(154, 11, 95, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a877b9c8-136d-4d29-b199-85901e82a28b-root {
    text-align: center;
  }


#s-a877b9c8-136d-4d29-b199-85901e82a28b.shg-btn {
  color: rgba(154, 11, 95, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8a666475-2e43-49f7-92d8-46272fd9c042 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-8a666475-2e43-49f7-92d8-46272fd9c042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a666475-2e43-49f7-92d8-46272fd9c042 {
  cursor: pointer;
}#s-8a666475-2e43-49f7-92d8-46272fd9c042.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  margin-left: auto;
margin-right: auto;
max-width: 2170px;
aspect-ratio: 2170/937;
text-align: center;
}
@media (min-width: 1200px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  display: none;
}
#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331, #wrap-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331, #wrap-content-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  display: none;
}
#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331, #wrap-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331, #wrap-content-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  display: none;
}
#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331, #wrap-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331, #wrap-content-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 { display: none !important; }}
#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }

    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-link {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
  box-sizing: border-box;
}



.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
      --shg-aspect-ratio: calc(2170/937); 
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
      position: relative;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

@media (min-width: 1200px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }

    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-link {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
  box-sizing: border-box;
}



.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
      --shg-aspect-ratio: calc(2170/937); 
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
      position: relative;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }

    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-link {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
  box-sizing: border-box;
}



.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
      --shg-aspect-ratio: calc(2170/937); 
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
      position: relative;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }

    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-link {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
  box-sizing: border-box;
}



.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
      --shg-aspect-ratio: calc(2170/937); 
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
      position: relative;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}@media (max-width: 767px){#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }

    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-link {
      aspect-ratio: 2170/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2170px;
  }



  img.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
    
    
    
    max-height: 2170px;
  }


.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image {
  box-sizing: border-box;
}



.s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 {
      --shg-aspect-ratio: calc(2170/937); 
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container {
      position: relative;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa1e8b4-4fed-4e0a-83ca-83e5280b9331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2170px;
    }
  }

}
#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 2700px;
aspect-ratio: 2700/833;
text-align: center;
}
@media (max-width: 767px){#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  display: none;
}
#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a, #wrap-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a, #wrap-content-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a { display: none !important; }}
#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }

    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-link {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2700px;
  }



  img.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
    
    
    
    max-height: 2700px;
  }


.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
  box-sizing: border-box;
}



.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
      --shg-aspect-ratio: calc(2700/833); 
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
      position: relative;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2700px;
    }
  }

@media (min-width: 1200px){#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }

    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-link {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2700px;
  }



  img.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
    
    
    
    max-height: 2700px;
  }


.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
  box-sizing: border-box;
}



.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
      --shg-aspect-ratio: calc(2700/833); 
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
      position: relative;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }

    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-link {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2700px;
  }



  img.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
    
    
    
    max-height: 2700px;
  }


.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
  box-sizing: border-box;
}



.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
      --shg-aspect-ratio: calc(2700/833); 
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
      position: relative;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }

    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-link {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2700px;
  }



  img.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
    
    
    
    max-height: 2700px;
  }


.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
  box-sizing: border-box;
}



.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
      --shg-aspect-ratio: calc(2700/833); 
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
      position: relative;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2700px;
    }
  }

}@media (max-width: 767px){#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  margin: 0 !important;
  overflow: visible;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add background color handling */
  
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }

    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-link {
      aspect-ratio: 2700/833;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2700px;
  }



  img.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
    
    
    
    max-height: 2700px;
  }


.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image {
  box-sizing: border-box;
}



.s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a {
      --shg-aspect-ratio: calc(2700/833); 
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container {
      position: relative;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca1c7ca3-bef8-46b0-87c0-b0f99c4d0c0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2700px;
    }
  }

}
#s-267fa6ee-4cf1-428f-9926-111483cd83b9 {
  margin-top: 1px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}
@media (max-width: 767px){#s-267fa6ee-4cf1-428f-9926-111483cd83b9 {
  display: none;
}
#s-267fa6ee-4cf1-428f-9926-111483cd83b9, #wrap-s-267fa6ee-4cf1-428f-9926-111483cd83b9, #wrap-content-s-267fa6ee-4cf1-428f-9926-111483cd83b9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-267fa6ee-4cf1-428f-9926-111483cd83b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-267fa6ee-4cf1-428f-9926-111483cd83b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-267fa6ee-4cf1-428f-9926-111483cd83b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-267fa6ee-4cf1-428f-9926-111483cd83b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-ff03593e-d1f8-48f8-806b-f69f898cb89f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ff03593e-d1f8-48f8-806b-f69f898cb89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff03593e-d1f8-48f8-806b-f69f898cb89f {
  cursor: pointer;
}#s-ff03593e-d1f8-48f8-806b-f69f898cb89f.shg-box.shg-c {
  justify-content: center;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
  box-sizing: border-box;
}



.s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
      position: relative;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
  box-sizing: border-box;
}



.s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
      position: relative;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
  box-sizing: border-box;
}



.s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
      position: relative;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
  box-sizing: border-box;
}



.s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
      position: relative;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5d8c5a23-f348-4434-9f90-58b486d1e180 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image {
  box-sizing: border-box;
}



.s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container {
      position: relative;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8c5a23-f348-4434-9f90-58b486d1e180 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-6c008e01-eeb0-4ce8-bd3a-3cbb8e372bb9 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-c2f46aa3-b43b-43e2-9bff-d134cc514817 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c2f46aa3-b43b-43e2-9bff-d134cc514817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2f46aa3-b43b-43e2-9bff-d134cc514817 {
  cursor: pointer;
}#s-c2f46aa3-b43b-43e2-9bff-d134cc514817.shg-box.shg-c {
  justify-content: center;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
  box-sizing: border-box;
}



.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
      position: relative;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
  box-sizing: border-box;
}



.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
      position: relative;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
  box-sizing: border-box;
}



.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
      position: relative;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
  box-sizing: border-box;
}



.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
      position: relative;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  margin: 0 !important;
  overflow: visible;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add background color handling */
  
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image {
  box-sizing: border-box;
}



.s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container {
      position: relative;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d830b24a-3b5f-40a9-a657-7a9fdc10c479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-b1fd32b0-08af-431d-abdd-31ab5fce7d94 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-4f475be0-1058-44e7-a921-4a4b73ca53ac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4f475be0-1058-44e7-a921-4a4b73ca53ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f475be0-1058-44e7-a921-4a4b73ca53ac {
  cursor: pointer;
}#s-4f475be0-1058-44e7-a921-4a4b73ca53ac.shg-box.shg-c {
  justify-content: center;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  margin: 0 !important;
  overflow: visible;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add background color handling */
  
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
  box-sizing: border-box;
}



.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
      position: relative;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  margin: 0 !important;
  overflow: visible;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add background color handling */
  
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
  box-sizing: border-box;
}



.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
      position: relative;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  margin: 0 !important;
  overflow: visible;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add background color handling */
  
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
  box-sizing: border-box;
}



.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
      position: relative;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  margin: 0 !important;
  overflow: visible;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add background color handling */
  
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
  box-sizing: border-box;
}



.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
      position: relative;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  margin: 0 !important;
  overflow: visible;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add background color handling */
  
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image {
  box-sizing: border-box;
}



.s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container {
      position: relative;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f8b6c8-5d59-4d17-a211-f9064b666c3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-53d46578-e560-41db-be43-477fe925b9d5 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-45ede037-4a9f-4758-aa1c-c248252cd68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-45ede037-4a9f-4758-aa1c-c248252cd68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ede037-4a9f-4758-aa1c-c248252cd68b {
  cursor: pointer;
}#s-45ede037-4a9f-4758-aa1c-c248252cd68b.shg-box.shg-c {
  justify-content: center;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  margin: 0 !important;
  overflow: visible;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add background color handling */
  
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
  box-sizing: border-box;
}



.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
      position: relative;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  margin: 0 !important;
  overflow: visible;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add background color handling */
  
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
  box-sizing: border-box;
}



.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
      position: relative;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  margin: 0 !important;
  overflow: visible;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add background color handling */
  
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
  box-sizing: border-box;
}



.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
      position: relative;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  margin: 0 !important;
  overflow: visible;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add background color handling */
  
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
  box-sizing: border-box;
}



.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
      position: relative;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  margin: 0 !important;
  overflow: visible;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add background color handling */
  
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image {
  box-sizing: border-box;
}



.s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container {
      position: relative;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78bf3196-56fc-44c6-8cda-a40f4e721e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-194dd071-958b-42b6-a011-9df0bb26e948 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-268ba3cb-2acc-4f30-bfc1-e22b59a02be1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-268ba3cb-2acc-4f30-bfc1-e22b59a02be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-268ba3cb-2acc-4f30-bfc1-e22b59a02be1 {
  cursor: pointer;
}#s-268ba3cb-2acc-4f30-bfc1-e22b59a02be1.shg-box.shg-c {
  justify-content: center;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
  box-sizing: border-box;
}



.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
      position: relative;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
  box-sizing: border-box;
}



.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
      position: relative;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
  box-sizing: border-box;
}



.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
      position: relative;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
  box-sizing: border-box;
}



.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
      position: relative;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image {
  box-sizing: border-box;
}



.s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container {
      position: relative;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0e2a5a9-9e0c-480d-8867-5f03130ae701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-1e36da4b-69d5-41cd-b91c-a641be8f3907 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-30168361-95b7-4a9b-b2f3-cab428d0b83c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-30168361-95b7-4a9b-b2f3-cab428d0b83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30168361-95b7-4a9b-b2f3-cab428d0b83c {
  cursor: pointer;
}#s-30168361-95b7-4a9b-b2f3-cab428d0b83c.shg-box.shg-c {
  justify-content: center;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 {
  margin-left: auto;
margin-right: auto;
max-width: 1377px;
aspect-ratio: 1/1;
text-align: center;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
  box-sizing: border-box;
}



.s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-677d06ce-3252-4eac-a699-eccb2739de01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
      position: relative;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

@media (min-width: 1200px){#s-677d06ce-3252-4eac-a699-eccb2739de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
  box-sizing: border-box;
}



.s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-677d06ce-3252-4eac-a699-eccb2739de01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
      position: relative;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-677d06ce-3252-4eac-a699-eccb2739de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
  box-sizing: border-box;
}



.s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-677d06ce-3252-4eac-a699-eccb2739de01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
      position: relative;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-677d06ce-3252-4eac-a699-eccb2739de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
  box-sizing: border-box;
}



.s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-677d06ce-3252-4eac-a699-eccb2739de01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
      position: relative;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (max-width: 767px){#s-677d06ce-3252-4eac-a699-eccb2739de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-677d06ce-3252-4eac-a699-eccb2739de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-677d06ce-3252-4eac-a699-eccb2739de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-677d06ce-3252-4eac-a699-eccb2739de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image {
  box-sizing: border-box;
}



.s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-677d06ce-3252-4eac-a699-eccb2739de01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container {
      position: relative;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-677d06ce-3252-4eac-a699-eccb2739de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}
#s-1636e351-5cc3-4bba-a3e7-f63a954de3ce {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 {
  display: none;
}
#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2, #wrap-s-870059e1-c5cc-4543-81f1-cb0dc0287ad2, #wrap-content-s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 {
  display: none;
}
#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2, #wrap-s-870059e1-c5cc-4543-81f1-cb0dc0287ad2, #wrap-content-s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 {
  display: none;
}
#s-870059e1-c5cc-4543-81f1-cb0dc0287ad2, #wrap-s-870059e1-c5cc-4543-81f1-cb0dc0287ad2, #wrap-content-s-870059e1-c5cc-4543-81f1-cb0dc0287ad2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-870059e1-c5cc-4543-81f1-cb0dc0287ad2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-870059e1-c5cc-4543-81f1-cb0dc0287ad2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-870059e1-c5cc-4543-81f1-cb0dc0287ad2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-870059e1-c5cc-4543-81f1-cb0dc0287ad2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-58a84471-3704-475c-9072-5a2a12ae9dad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58a84471-3704-475c-9072-5a2a12ae9dad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58a84471-3704-475c-9072-5a2a12ae9dad {
  cursor: pointer;
}#s-58a84471-3704-475c-9072-5a2a12ae9dad.shg-box.shg-c {
  justify-content: center;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
  box-sizing: border-box;
}



.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
      position: relative;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
  box-sizing: border-box;
}



.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
      position: relative;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
  box-sizing: border-box;
}



.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
      position: relative;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
  box-sizing: border-box;
}



.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
      position: relative;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image {
  box-sizing: border-box;
}



.s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container {
      position: relative;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffa0c06c-2dd6-4082-be8e-5bbecc8ae102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-5d579563-7670-4e60-9ec7-9306dd9ff01a {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-fce80169-30a8-4667-bc52-939365a10fbb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fce80169-30a8-4667-bc52-939365a10fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fce80169-30a8-4667-bc52-939365a10fbb {
  cursor: pointer;
}#s-fce80169-30a8-4667-bc52-939365a10fbb.shg-box.shg-c {
  justify-content: center;
}

#s-d63673eb-4671-4692-b450-d869b02160bf {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d63673eb-4671-4692-b450-d869b02160bf {
  margin: 0 !important;
  overflow: visible;
}

#s-d63673eb-4671-4692-b450-d869b02160bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add background color handling */
  
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
  box-sizing: border-box;
}



.s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d63673eb-4671-4692-b450-d869b02160bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
      position: relative;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-d63673eb-4671-4692-b450-d869b02160bf {
  margin: 0 !important;
  overflow: visible;
}

#s-d63673eb-4671-4692-b450-d869b02160bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add background color handling */
  
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
  box-sizing: border-box;
}



.s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d63673eb-4671-4692-b450-d869b02160bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
      position: relative;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d63673eb-4671-4692-b450-d869b02160bf {
  margin: 0 !important;
  overflow: visible;
}

#s-d63673eb-4671-4692-b450-d869b02160bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add background color handling */
  
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
  box-sizing: border-box;
}



.s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d63673eb-4671-4692-b450-d869b02160bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
      position: relative;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d63673eb-4671-4692-b450-d869b02160bf {
  margin: 0 !important;
  overflow: visible;
}

#s-d63673eb-4671-4692-b450-d869b02160bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add background color handling */
  
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
  box-sizing: border-box;
}



.s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d63673eb-4671-4692-b450-d869b02160bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
      position: relative;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-d63673eb-4671-4692-b450-d869b02160bf {
  margin: 0 !important;
  overflow: visible;
}

#s-d63673eb-4671-4692-b450-d869b02160bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d63673eb-4671-4692-b450-d869b02160bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add background color handling */
  
}

#s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63673eb-4671-4692-b450-d869b02160bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-d63673eb-4671-4692-b450-d869b02160bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image {
  box-sizing: border-box;
}



.s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d63673eb-4671-4692-b450-d869b02160bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container {
      position: relative;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63673eb-4671-4692-b450-d869b02160bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-7bdb1b85-f753-4580-b367-509aaf475f45 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 {
  display: none;
}
#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728, #wrap-s-39f27c4e-c67a-42cb-980e-8e5cf2c98728, #wrap-content-s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 {
  display: none;
}
#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728, #wrap-s-39f27c4e-c67a-42cb-980e-8e5cf2c98728, #wrap-content-s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 {
  display: none;
}
#s-39f27c4e-c67a-42cb-980e-8e5cf2c98728, #wrap-s-39f27c4e-c67a-42cb-980e-8e5cf2c98728, #wrap-content-s-39f27c4e-c67a-42cb-980e-8e5cf2c98728 { display: none !important; }}
@media (min-width: 0px) {
[id="s-39f27c4e-c67a-42cb-980e-8e5cf2c98728"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-39f27c4e-c67a-42cb-980e-8e5cf2c98728"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-39f27c4e-c67a-42cb-980e-8e5cf2c98728"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-39f27c4e-c67a-42cb-980e-8e5cf2c98728"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dbb350db-c1c5-4f4e-a445-8963d913d377 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dbb350db-c1c5-4f4e-a445-8963d913d377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbb350db-c1c5-4f4e-a445-8963d913d377 {
  cursor: pointer;
}#s-dbb350db-c1c5-4f4e-a445-8963d913d377.shg-box.shg-c {
  justify-content: center;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
  box-sizing: border-box;
}



.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
      position: relative;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
  box-sizing: border-box;
}



.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
      position: relative;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
  box-sizing: border-box;
}



.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
      position: relative;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
  box-sizing: border-box;
}



.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
      position: relative;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image {
  box-sizing: border-box;
}



.s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container {
      position: relative;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd4f2f4d-e8ff-4a49-ba18-b77b92ca4b3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-65a2bb41-4aad-4fd8-af3e-70d8f4cf86c5 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-64c1e902-84a1-46d5-8c16-58a287dd9930 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-64c1e902-84a1-46d5-8c16-58a287dd9930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64c1e902-84a1-46d5-8c16-58a287dd9930 {
  cursor: pointer;
}#s-64c1e902-84a1-46d5-8c16-58a287dd9930.shg-box.shg-c {
  justify-content: center;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  margin-left: auto;
margin-right: auto;
max-width: 1377px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  margin: 0 !important;
  overflow: visible;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add background color handling */
  
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
  box-sizing: border-box;
}



.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
      position: relative;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

@media (min-width: 1200px){#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  margin: 0 !important;
  overflow: visible;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add background color handling */
  
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
  box-sizing: border-box;
}



.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
      position: relative;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  margin: 0 !important;
  overflow: visible;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add background color handling */
  
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
  box-sizing: border-box;
}



.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
      position: relative;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  margin: 0 !important;
  overflow: visible;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add background color handling */
  
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
  box-sizing: border-box;
}



.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
      position: relative;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (max-width: 767px){#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  margin: 0 !important;
  overflow: visible;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add background color handling */
  
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image {
  box-sizing: border-box;
}



.s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container {
      position: relative;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbbcb65-fc72-49b7-bf7b-08af4b8790ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}
#s-a25719f9-1c4f-4dc0-9b9c-0cd60fbaef5b {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e {
  display: none;
}
#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e, #wrap-s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e, #wrap-content-s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e {
  display: none;
}
#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e, #wrap-s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e, #wrap-content-s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e {
  display: none;
}
#s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e, #wrap-s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e, #wrap-content-s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e { display: none !important; }}
@media (min-width: 0px) {
[id="s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fda537b-1bfe-44b9-b6de-5ecf2b5fa36e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b1f53c00-831f-4abe-a2f2-10aeaef41131 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b1f53c00-831f-4abe-a2f2-10aeaef41131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1f53c00-831f-4abe-a2f2-10aeaef41131 {
  cursor: pointer;
}#s-b1f53c00-831f-4abe-a2f2-10aeaef41131.shg-box.shg-c {
  justify-content: center;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
  box-sizing: border-box;
}



.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
      position: relative;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
  box-sizing: border-box;
}



.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
      position: relative;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
  box-sizing: border-box;
}



.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
      position: relative;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
  box-sizing: border-box;
}



.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
      position: relative;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image {
  box-sizing: border-box;
}



.s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container {
      position: relative;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab598ca8-f630-4221-ab9e-78b1ea4b33d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-9cb0b0e5-6d25-43f8-a29a-645c21beee51 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-85b27cbb-0089-43f2-af26-dfdadb0f4c27 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85b27cbb-0089-43f2-af26-dfdadb0f4c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85b27cbb-0089-43f2-af26-dfdadb0f4c27 {
  cursor: pointer;
}#s-85b27cbb-0089-43f2-af26-dfdadb0f4c27.shg-box.shg-c {
  justify-content: center;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  margin: 0 !important;
  overflow: visible;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add background color handling */
  
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
  box-sizing: border-box;
}



.s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9100101-b3cd-47d9-8dcf-51423075f44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
      position: relative;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  margin: 0 !important;
  overflow: visible;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add background color handling */
  
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
  box-sizing: border-box;
}



.s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9100101-b3cd-47d9-8dcf-51423075f44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
      position: relative;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  margin: 0 !important;
  overflow: visible;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add background color handling */
  
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
  box-sizing: border-box;
}



.s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9100101-b3cd-47d9-8dcf-51423075f44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
      position: relative;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  margin: 0 !important;
  overflow: visible;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add background color handling */
  
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
  box-sizing: border-box;
}



.s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9100101-b3cd-47d9-8dcf-51423075f44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
      position: relative;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  margin: 0 !important;
  overflow: visible;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9100101-b3cd-47d9-8dcf-51423075f44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add background color handling */
  
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9100101-b3cd-47d9-8dcf-51423075f44e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f9100101-b3cd-47d9-8dcf-51423075f44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image {
  box-sizing: border-box;
}



.s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9100101-b3cd-47d9-8dcf-51423075f44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container {
      position: relative;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9100101-b3cd-47d9-8dcf-51423075f44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-bdbdad19-0a73-4aee-8f74-8eab08ce19d4 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3:hover {background-color: rgba(154, 11, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3-root {
    text-align: center;
  }


#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3-root {
    text-align: center;
  }


#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3-root {
    text-align: center;
  }


#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3-root {
    text-align: center;
  }


#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3-root {
    text-align: center;
  }


#s-5aa1318c-223f-4c77-bd9d-9a69e249b0d3.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6b0c5a6c-da99-418e-80d7-0c286bb927f4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-6b0c5a6c-da99-418e-80d7-0c286bb927f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b0c5a6c-da99-418e-80d7-0c286bb927f4.shg-box.shg-c {
  justify-content: center;
}

#s-ee88628f-37a9-41fe-9127-c7a80077d0b1 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-ee88628f-37a9-41fe-9127-c7a80077d0b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee88628f-37a9-41fe-9127-c7a80077d0b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee88628f-37a9-41fe-9127-c7a80077d0b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee88628f-37a9-41fe-9127-c7a80077d0b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-76c701e3-e14c-43ba-9035-7571992ec14a {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-76c701e3-e14c-43ba-9035-7571992ec14a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76c701e3-e14c-43ba-9035-7571992ec14a {
  cursor: pointer;
}#s-76c701e3-e14c-43ba-9035-7571992ec14a.shg-box.shg-c {
  justify-content: center;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  margin-left: auto;
margin-right: auto;
max-width: 1993px;
aspect-ratio: 1993/862;
text-align: center;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  margin: 0 !important;
  overflow: visible;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add background color handling */
  
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
  box-sizing: border-box;
}



.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
      position: relative;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

@media (min-width: 1200px){#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  margin: 0 !important;
  overflow: visible;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add background color handling */
  
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
  box-sizing: border-box;
}



.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
      position: relative;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  margin: 0 !important;
  overflow: visible;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add background color handling */
  
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
  box-sizing: border-box;
}



.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
      position: relative;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  margin: 0 !important;
  overflow: visible;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add background color handling */
  
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
  box-sizing: border-box;
}



.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
      position: relative;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}@media (max-width: 767px){#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  margin: 0 !important;
  overflow: visible;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add background color handling */
  
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image {
  box-sizing: border-box;
}



.s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container {
      position: relative;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60b272f-6a1d-4e29-a7eb-c8e1eb0a203f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}
#s-cd36d2b0-45f8-4545-a8b9-b43ecd330840 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd36d2b0-45f8-4545-a8b9-b43ecd330840 {
  
}
}
#s-cd36d2b0-45f8-4545-a8b9-b43ecd330840 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-70392ab2-d2f9-4476-b790-d94f42de7c3c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-70392ab2-d2f9-4476-b790-d94f42de7c3c:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70392ab2-d2f9-4476-b790-d94f42de7c3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70392ab2-d2f9-4476-b790-d94f42de7c3c-root {
    text-align: center;
  }


#s-70392ab2-d2f9-4476-b790-d94f42de7c3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70392ab2-d2f9-4476-b790-d94f42de7c3c-root {
    text-align: center;
  }


#s-70392ab2-d2f9-4476-b790-d94f42de7c3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70392ab2-d2f9-4476-b790-d94f42de7c3c-root {
    text-align: center;
  }


#s-70392ab2-d2f9-4476-b790-d94f42de7c3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70392ab2-d2f9-4476-b790-d94f42de7c3c-root {
    text-align: center;
  }


#s-70392ab2-d2f9-4476-b790-d94f42de7c3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70392ab2-d2f9-4476-b790-d94f42de7c3c-root {
    text-align: center;
  }


#s-70392ab2-d2f9-4476-b790-d94f42de7c3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b181622b-c83c-4905-8a12-901ea7706564 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-b181622b-c83c-4905-8a12-901ea7706564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b181622b-c83c-4905-8a12-901ea7706564 {
  cursor: pointer;
}#s-b181622b-c83c-4905-8a12-901ea7706564.shg-box.shg-c {
  justify-content: center;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  margin-left: auto;
margin-right: auto;
max-width: 1993px;
aspect-ratio: 1993/862;
text-align: center;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  margin: 0 !important;
  overflow: visible;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add background color handling */
  
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
  box-sizing: border-box;
}



.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
      position: relative;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

@media (min-width: 1200px){#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  margin: 0 !important;
  overflow: visible;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add background color handling */
  
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
  box-sizing: border-box;
}



.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
      position: relative;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  margin: 0 !important;
  overflow: visible;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add background color handling */
  
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
  box-sizing: border-box;
}



.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
      position: relative;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  margin: 0 !important;
  overflow: visible;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add background color handling */
  
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
  box-sizing: border-box;
}



.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
      position: relative;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}@media (max-width: 767px){#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  margin: 0 !important;
  overflow: visible;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add background color handling */
  
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }

    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-link {
      aspect-ratio: 1993/862;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1993px;
  }



  img.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
    
    
    
    max-height: 1993px;
  }


.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image {
  box-sizing: border-box;
}



.s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a {
      --shg-aspect-ratio: calc(1993/862); 
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container {
      position: relative;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e197f35-3b3c-4e97-91f8-ed49ef0c2d9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1993px;
    }
  }

}
#s-9ca9ef4a-344e-4b99-b553-c9012512a7ef {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ca9ef4a-344e-4b99-b553-c9012512a7ef {
  
}
}
#s-9ca9ef4a-344e-4b99-b553-c9012512a7ef .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4-root {
    text-align: center;
  }


#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4-root {
    text-align: center;
  }


#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4-root {
    text-align: center;
  }


#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4-root {
    text-align: center;
  }


#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4-root {
    text-align: center;
  }


#s-703ce1a4-4dc2-4a43-a824-e164c0e5e6c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4b3add0a-940e-4b8e-9d27-94389995651f {
  min-height: 50px;
background-color: rgba(127, 14, 125, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b3add0a-940e-4b8e-9d27-94389995651f {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4b3add0a-940e-4b8e-9d27-94389995651f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b3add0a-940e-4b8e-9d27-94389995651f.shg-box.shg-c {
  justify-content: center;
}

#s-c9937d8b-aec3-44cf-bccb-3b0f3c94d1e6 {
  margin-top: 30px;
margin-bottom: 15px;
}

#s-b4b25a6d-d38a-4001-85a5-8f9318e3dbc3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4b25a6d-d38a-4001-85a5-8f9318e3dbc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4b25a6d-d38a-4001-85a5-8f9318e3dbc3.shg-box.shg-c {
  justify-content: center;
}

#s-a8da73c4-2a6d-4459-8e53-1aec71d58671 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-a8da73c4-2a6d-4459-8e53-1aec71d58671"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8da73c4-2a6d-4459-8e53-1aec71d58671"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a8da73c4-2a6d-4459-8e53-1aec71d58671"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a8da73c4-2a6d-4459-8e53-1aec71d58671"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-8139f05a-3c2f-4096-89ac-8c42823d6b14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8139f05a-3c2f-4096-89ac-8c42823d6b14 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8139f05a-3c2f-4096-89ac-8c42823d6b14 .shg-sld-nav-button.shg-sld-left,
#s-8139f05a-3c2f-4096-89ac-8c42823d6b14 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  margin: 0 !important;
  overflow: visible;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add background color handling */
  
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
  box-sizing: border-box;
}



.s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
      position: relative;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  margin: 0 !important;
  overflow: visible;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add background color handling */
  
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
  box-sizing: border-box;
}



.s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
      position: relative;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  margin: 0 !important;
  overflow: visible;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add background color handling */
  
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
  box-sizing: border-box;
}



.s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
      position: relative;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  margin: 0 !important;
  overflow: visible;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add background color handling */
  
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
  box-sizing: border-box;
}



.s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
      position: relative;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  margin: 0 !important;
  overflow: visible;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add background color handling */
  
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-862d6657-a8f9-4973-8810-0f5832bc9b51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image {
  box-sizing: border-box;
}



.s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container {
      position: relative;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-862d6657-a8f9-4973-8810-0f5832bc9b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-48053eca-1b86-4548-83b1-520a144aa142 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-48053eca-1b86-4548-83b1-520a144aa142 {
  margin: 0 !important;
  overflow: visible;
}

#s-48053eca-1b86-4548-83b1-520a144aa142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add background color handling */
  
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
  box-sizing: border-box;
}



.s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48053eca-1b86-4548-83b1-520a144aa142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
      position: relative;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-48053eca-1b86-4548-83b1-520a144aa142 {
  margin: 0 !important;
  overflow: visible;
}

#s-48053eca-1b86-4548-83b1-520a144aa142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add background color handling */
  
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
  box-sizing: border-box;
}



.s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48053eca-1b86-4548-83b1-520a144aa142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
      position: relative;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-48053eca-1b86-4548-83b1-520a144aa142 {
  margin: 0 !important;
  overflow: visible;
}

#s-48053eca-1b86-4548-83b1-520a144aa142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add background color handling */
  
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
  box-sizing: border-box;
}



.s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48053eca-1b86-4548-83b1-520a144aa142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
      position: relative;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-48053eca-1b86-4548-83b1-520a144aa142 {
  margin: 0 !important;
  overflow: visible;
}

#s-48053eca-1b86-4548-83b1-520a144aa142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add background color handling */
  
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
  box-sizing: border-box;
}



.s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48053eca-1b86-4548-83b1-520a144aa142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
      position: relative;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-48053eca-1b86-4548-83b1-520a144aa142 {
  margin: 0 !important;
  overflow: visible;
}

#s-48053eca-1b86-4548-83b1-520a144aa142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48053eca-1b86-4548-83b1-520a144aa142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add background color handling */
  
}

#s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48053eca-1b86-4548-83b1-520a144aa142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-48053eca-1b86-4548-83b1-520a144aa142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image {
  box-sizing: border-box;
}



.s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48053eca-1b86-4548-83b1-520a144aa142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container {
      position: relative;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48053eca-1b86-4548-83b1-520a144aa142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-51d47d41-3e63-4d47-919e-1425191be032 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-51d47d41-3e63-4d47-919e-1425191be032 {
  margin: 0 !important;
  overflow: visible;
}

#s-51d47d41-3e63-4d47-919e-1425191be032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add background color handling */
  
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
  box-sizing: border-box;
}



.s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51d47d41-3e63-4d47-919e-1425191be032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
      position: relative;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-51d47d41-3e63-4d47-919e-1425191be032 {
  margin: 0 !important;
  overflow: visible;
}

#s-51d47d41-3e63-4d47-919e-1425191be032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add background color handling */
  
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
  box-sizing: border-box;
}



.s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51d47d41-3e63-4d47-919e-1425191be032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
      position: relative;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51d47d41-3e63-4d47-919e-1425191be032 {
  margin: 0 !important;
  overflow: visible;
}

#s-51d47d41-3e63-4d47-919e-1425191be032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add background color handling */
  
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
  box-sizing: border-box;
}



.s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51d47d41-3e63-4d47-919e-1425191be032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
      position: relative;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51d47d41-3e63-4d47-919e-1425191be032 {
  margin: 0 !important;
  overflow: visible;
}

#s-51d47d41-3e63-4d47-919e-1425191be032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add background color handling */
  
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
  box-sizing: border-box;
}



.s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51d47d41-3e63-4d47-919e-1425191be032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
      position: relative;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-51d47d41-3e63-4d47-919e-1425191be032 {
  margin: 0 !important;
  overflow: visible;
}

#s-51d47d41-3e63-4d47-919e-1425191be032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51d47d41-3e63-4d47-919e-1425191be032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add background color handling */
  
}

#s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51d47d41-3e63-4d47-919e-1425191be032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-51d47d41-3e63-4d47-919e-1425191be032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image {
  box-sizing: border-box;
}



.s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51d47d41-3e63-4d47-919e-1425191be032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container {
      position: relative;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51d47d41-3e63-4d47-919e-1425191be032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-f9306f8a-df22-4db9-ba1d-33891bb2eb38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9306f8a-df22-4db9-ba1d-33891bb2eb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9306f8a-df22-4db9-ba1d-33891bb2eb38 {
  cursor: pointer;
}#s-f9306f8a-df22-4db9-ba1d-33891bb2eb38.shg-box.shg-c {
  justify-content: center;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  margin: 0 !important;
  overflow: visible;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add background color handling */
  
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
  box-sizing: border-box;
}



.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
      position: relative;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  margin: 0 !important;
  overflow: visible;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add background color handling */
  
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
  box-sizing: border-box;
}



.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
      position: relative;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  margin: 0 !important;
  overflow: visible;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add background color handling */
  
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
  box-sizing: border-box;
}



.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
      position: relative;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  margin: 0 !important;
  overflow: visible;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add background color handling */
  
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
  box-sizing: border-box;
}



.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
      position: relative;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  margin: 0 !important;
  overflow: visible;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add background color handling */
  
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f .shogun-image-content {
  
    justify-content: center;
  
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image {
  box-sizing: border-box;
}



.s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container {
      position: relative;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20f3a2fe-77ba-4c08-96dc-a69e2299031f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-f4185133-42cf-4d7d-af36-882a2fd4bf92 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f4185133-42cf-4d7d-af36-882a2fd4bf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4185133-42cf-4d7d-af36-882a2fd4bf92.shg-box.shg-c {
  justify-content: center;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
  box-sizing: border-box;
}



.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
      position: relative;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
  box-sizing: border-box;
}



.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
      position: relative;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
  box-sizing: border-box;
}



.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
      position: relative;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
  box-sizing: border-box;
}



.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
      position: relative;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image {
  box-sizing: border-box;
}



.s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container {
      position: relative;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c103f9f8-ba32-4d32-8701-7748b1568fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d5f851fc-5244-498a-90ae-30fc69df36fa {
  margin-left: 16%;
margin-right: 16%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d5f851fc-5244-498a-90ae-30fc69df36fa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d5f851fc-5244-498a-90ae-30fc69df36fa .shg-sld-nav-button.shg-sld-left,
#s-d5f851fc-5244-498a-90ae-30fc69df36fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-85ff0e99-5262-4daa-b4c1-a1f43db24183 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85ff0e99-5262-4daa-b4c1-a1f43db24183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ff0e99-5262-4daa-b4c1-a1f43db24183 {
  cursor: pointer;
}#s-85ff0e99-5262-4daa-b4c1-a1f43db24183.shg-box.shg-c {
  justify-content: center;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
  box-sizing: border-box;
}



.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
      position: relative;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
  box-sizing: border-box;
}



.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
      position: relative;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
  box-sizing: border-box;
}



.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
      position: relative;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
  box-sizing: border-box;
}



.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
      position: relative;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image {
  box-sizing: border-box;
}



.s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container {
      position: relative;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8bf9bb3-8f16-47b2-91e6-1339b1e7ef35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-f5e6e686-8bc9-4da1-8254-e66fbddd853a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5e6e686-8bc9-4da1-8254-e66fbddd853a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-c1733b05-2eb9-4b23-b1de-fd478b57befc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1733b05-2eb9-4b23-b1de-fd478b57befc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 2em;
  
  
}



#s-2187a768-601d-49ce-8737-212ce8744d21 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2187a768-601d-49ce-8737-212ce8744d21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2187a768-601d-49ce-8737-212ce8744d21 {
  cursor: pointer;
}#s-2187a768-601d-49ce-8737-212ce8744d21.shg-box.shg-c {
  justify-content: center;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  margin-left: auto;
margin-right: auto;
max-width: 129px;
aspect-ratio: 129/22;
text-align: center;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
  box-sizing: border-box;
}



.s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2abf72-0126-46fe-801c-c906ccf613f6 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
      position: relative;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

@media (min-width: 1200px){#s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
  box-sizing: border-box;
}



.s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2abf72-0126-46fe-801c-c906ccf613f6 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
      position: relative;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
  box-sizing: border-box;
}



.s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2abf72-0126-46fe-801c-c906ccf613f6 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
      position: relative;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
  box-sizing: border-box;
}



.s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2abf72-0126-46fe-801c-c906ccf613f6 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
      position: relative;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (max-width: 767px){#s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2abf72-0126-46fe-801c-c906ccf613f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2abf72-0126-46fe-801c-c906ccf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-de2abf72-0126-46fe-801c-c906ccf613f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image {
  box-sizing: border-box;
}



.s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2abf72-0126-46fe-801c-c906ccf613f6 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container {
      position: relative;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2abf72-0126-46fe-801c-c906ccf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}
#s-2238bc8d-7987-4e5e-9431-a819f278cb48 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2238bc8d-7987-4e5e-9431-a819f278cb48 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-16fcddd0-c005-4b2f-a2da-1e3d47b1c1c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16fcddd0-c005-4b2f-a2da-1e3d47b1c1c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e17dbfd6-73aa-4d12-a345-e9de24d7f9b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e17dbfd6-73aa-4d12-a345-e9de24d7f9b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e17dbfd6-73aa-4d12-a345-e9de24d7f9b8 {
  cursor: pointer;
}#s-e17dbfd6-73aa-4d12-a345-e9de24d7f9b8.shg-box.shg-c {
  justify-content: center;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 {
  margin-left: auto;
margin-right: auto;
max-width: 129px;
aspect-ratio: 129/22;
text-align: center;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d502d6f-1336-4847-9928-808f360fd843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
  box-sizing: border-box;
}



.s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d502d6f-1336-4847-9928-808f360fd843 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
      position: relative;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

@media (min-width: 1200px){#s-4d502d6f-1336-4847-9928-808f360fd843 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d502d6f-1336-4847-9928-808f360fd843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
  box-sizing: border-box;
}



.s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d502d6f-1336-4847-9928-808f360fd843 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
      position: relative;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d502d6f-1336-4847-9928-808f360fd843 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d502d6f-1336-4847-9928-808f360fd843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
  box-sizing: border-box;
}



.s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d502d6f-1336-4847-9928-808f360fd843 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
      position: relative;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d502d6f-1336-4847-9928-808f360fd843 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d502d6f-1336-4847-9928-808f360fd843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
  box-sizing: border-box;
}



.s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d502d6f-1336-4847-9928-808f360fd843 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
      position: relative;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (max-width: 767px){#s-4d502d6f-1336-4847-9928-808f360fd843 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d502d6f-1336-4847-9928-808f360fd843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d502d6f-1336-4847-9928-808f360fd843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d502d6f-1336-4847-9928-808f360fd843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-4d502d6f-1336-4847-9928-808f360fd843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image {
  box-sizing: border-box;
}



.s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d502d6f-1336-4847-9928-808f360fd843 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container {
      position: relative;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d502d6f-1336-4847-9928-808f360fd843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}
#s-7e396acf-2796-4ccb-9488-2415eafd934f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e396acf-2796-4ccb-9488-2415eafd934f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d3c06abe-9f8c-427f-a027-01f5a7d1db46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3c06abe-9f8c-427f-a027-01f5a7d1db46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8ec0c19a-cc75-4970-baf1-b91fd4d2dc1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8ec0c19a-cc75-4970-baf1-b91fd4d2dc1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ec0c19a-cc75-4970-baf1-b91fd4d2dc1f {
  cursor: pointer;
}#s-8ec0c19a-cc75-4970-baf1-b91fd4d2dc1f.shg-box.shg-c {
  justify-content: center;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  margin-left: auto;
margin-right: auto;
max-width: 129px;
aspect-ratio: 129/22;
text-align: center;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
  box-sizing: border-box;
}



.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
      position: relative;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

@media (min-width: 1200px){#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
  box-sizing: border-box;
}



.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
      position: relative;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
  box-sizing: border-box;
}



.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
      position: relative;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
  box-sizing: border-box;
}



.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
      position: relative;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}@media (max-width: 767px){#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }

    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-link {
      aspect-ratio: 129/22;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 129px;
  }



  img.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
    
    
    
    max-height: 129px;
  }


.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image {
  box-sizing: border-box;
}



.s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 {
      --shg-aspect-ratio: calc(129/22); 
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container {
      position: relative;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3515c7b7-0b2d-4240-9dfc-189b5c2d92d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 129px;
    }
  }

}
#s-78baeeeb-6797-4fc3-9fb4-c36586c8d553 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78baeeeb-6797-4fc3-9fb4-c36586c8d553 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}



#s-15924e7d-b028-4f2f-8211-12682fcc7b49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15924e7d-b028-4f2f-8211-12682fcc7b49 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-3a4337db-2988-4f25-b9ec-5ea362b8c116 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3a4337db-2988-4f25-b9ec-5ea362b8c116 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-3a4337db-2988-4f25-b9ec-5ea362b8c116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a4337db-2988-4f25-b9ec-5ea362b8c116 {
  cursor: pointer;
}#s-3a4337db-2988-4f25-b9ec-5ea362b8c116.shg-box.shg-c {
  justify-content: center;
}

#s-0def8c30-cfa0-419f-b403-a27dc89937eb {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-0def8c30-cfa0-419f-b403-a27dc89937eb {
  display: none;
}
#s-0def8c30-cfa0-419f-b403-a27dc89937eb, #wrap-s-0def8c30-cfa0-419f-b403-a27dc89937eb, #wrap-content-s-0def8c30-cfa0-419f-b403-a27dc89937eb { display: none !important; }}
#s-9862f10c-7fcb-416c-a906-7d5d125be600 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9862f10c-7fcb-416c-a906-7d5d125be600 {
  display: none;
}
#s-9862f10c-7fcb-416c-a906-7d5d125be600, #wrap-s-9862f10c-7fcb-416c-a906-7d5d125be600, #wrap-content-s-9862f10c-7fcb-416c-a906-7d5d125be600 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9862f10c-7fcb-416c-a906-7d5d125be600 {
  display: none;
}
#s-9862f10c-7fcb-416c-a906-7d5d125be600, #wrap-s-9862f10c-7fcb-416c-a906-7d5d125be600, #wrap-content-s-9862f10c-7fcb-416c-a906-7d5d125be600 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9862f10c-7fcb-416c-a906-7d5d125be600 {
  display: none;
}
#s-9862f10c-7fcb-416c-a906-7d5d125be600, #wrap-s-9862f10c-7fcb-416c-a906-7d5d125be600, #wrap-content-s-9862f10c-7fcb-416c-a906-7d5d125be600 { display: none !important; }}
#s-0e4c7183-841c-473f-8887-8a370865d3e6 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-0e4c7183-841c-473f-8887-8a370865d3e6 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-0e4c7183-841c-473f-8887-8a370865d3e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e4c7183-841c-473f-8887-8a370865d3e6.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-c64f826e-3881-44f0-9412-f55234d2d89b {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-c64f826e-3881-44f0-9412-f55234d2d89b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c64f826e-3881-44f0-9412-f55234d2d89b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-c64f826e-3881-44f0-9412-f55234d2d89b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-c64f826e-3881-44f0-9412-f55234d2d89b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-2db7d838-634d-48b1-855f-4950b329aa54 {
  min-height: 50px;
}








#s-2db7d838-634d-48b1-855f-4950b329aa54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2db7d838-634d-48b1-855f-4950b329aa54 {
  cursor: pointer;
}#s-2db7d838-634d-48b1-855f-4950b329aa54.shg-box.shg-c {
  justify-content: center;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  margin: 0 !important;
  overflow: visible;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add background color handling */
  
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
  box-sizing: border-box;
}



.s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84f68b36-4bd6-4563-a7b3-498da20af415 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
      position: relative;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  margin: 0 !important;
  overflow: visible;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add background color handling */
  
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
  box-sizing: border-box;
}



.s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84f68b36-4bd6-4563-a7b3-498da20af415 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
      position: relative;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  margin: 0 !important;
  overflow: visible;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add background color handling */
  
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
  box-sizing: border-box;
}



.s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84f68b36-4bd6-4563-a7b3-498da20af415 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
      position: relative;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  margin: 0 !important;
  overflow: visible;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add background color handling */
  
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
  box-sizing: border-box;
}



.s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84f68b36-4bd6-4563-a7b3-498da20af415 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
      position: relative;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  margin: 0 !important;
  overflow: visible;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84f68b36-4bd6-4563-a7b3-498da20af415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add background color handling */
  
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84f68b36-4bd6-4563-a7b3-498da20af415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84f68b36-4bd6-4563-a7b3-498da20af415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image {
  box-sizing: border-box;
}



.s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84f68b36-4bd6-4563-a7b3-498da20af415 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container {
      position: relative;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f68b36-4bd6-4563-a7b3-498da20af415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-54689f87-5987-440b-9b75-57bc39817842 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-ce0da30f-fa9a-425f-8b5c-c27529c5e40c {
  min-height: 50px;
}








#s-ce0da30f-fa9a-425f-8b5c-c27529c5e40c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce0da30f-fa9a-425f-8b5c-c27529c5e40c {
  cursor: pointer;
}#s-ce0da30f-fa9a-425f-8b5c-c27529c5e40c.shg-box.shg-c {
  justify-content: center;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
  box-sizing: border-box;
}



.s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f9a284a-6707-401d-aeb9-6163bfde228f {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
      position: relative;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
  box-sizing: border-box;
}



.s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f9a284a-6707-401d-aeb9-6163bfde228f {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
      position: relative;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
  box-sizing: border-box;
}



.s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f9a284a-6707-401d-aeb9-6163bfde228f {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
      position: relative;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
  box-sizing: border-box;
}



.s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f9a284a-6707-401d-aeb9-6163bfde228f {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
      position: relative;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f9a284a-6707-401d-aeb9-6163bfde228f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f9a284a-6707-401d-aeb9-6163bfde228f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-0f9a284a-6707-401d-aeb9-6163bfde228f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image {
  box-sizing: border-box;
}



.s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f9a284a-6707-401d-aeb9-6163bfde228f {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container {
      position: relative;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f9a284a-6707-401d-aeb9-6163bfde228f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-bb241eb5-255b-4776-af0a-b0e322d13412 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-630dd480-4578-428a-ae4f-ed58575ae0fb {
  min-height: 50px;
}








#s-630dd480-4578-428a-ae4f-ed58575ae0fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-630dd480-4578-428a-ae4f-ed58575ae0fb {
  cursor: pointer;
}#s-630dd480-4578-428a-ae4f-ed58575ae0fb.shg-box.shg-c {
  justify-content: center;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
  box-sizing: border-box;
}



.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
      position: relative;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
  box-sizing: border-box;
}



.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
      position: relative;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
  box-sizing: border-box;
}



.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
      position: relative;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
  box-sizing: border-box;
}



.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
      position: relative;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image {
  box-sizing: border-box;
}



.s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container {
      position: relative;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f04c484c-a83a-4fcc-bbd8-e7c42e0f0da9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-f77089c2-e7fa-467d-b82b-accce9694f06 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-da1c5149-1885-4c28-9e17-0c49ad623181 {
  min-height: 50px;
}








#s-da1c5149-1885-4c28-9e17-0c49ad623181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da1c5149-1885-4c28-9e17-0c49ad623181 {
  cursor: pointer;
}#s-da1c5149-1885-4c28-9e17-0c49ad623181.shg-box.shg-c {
  justify-content: center;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 {
  max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 {
  margin: 0 !important;
  overflow: visible;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add background color handling */
  
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
  box-sizing: border-box;
}



.s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66b03b45-3963-4629-bbe8-0b3394368102 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
      position: relative;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-66b03b45-3963-4629-bbe8-0b3394368102 {
  margin: 0 !important;
  overflow: visible;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add background color handling */
  
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
  box-sizing: border-box;
}



.s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66b03b45-3963-4629-bbe8-0b3394368102 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
      position: relative;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-66b03b45-3963-4629-bbe8-0b3394368102 {
  margin: 0 !important;
  overflow: visible;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add background color handling */
  
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
  box-sizing: border-box;
}



.s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66b03b45-3963-4629-bbe8-0b3394368102 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
      position: relative;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-66b03b45-3963-4629-bbe8-0b3394368102 {
  margin: 0 !important;
  overflow: visible;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add background color handling */
  
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
  box-sizing: border-box;
}



.s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66b03b45-3963-4629-bbe8-0b3394368102 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
      position: relative;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-66b03b45-3963-4629-bbe8-0b3394368102 {
  margin: 0 !important;
  overflow: visible;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66b03b45-3963-4629-bbe8-0b3394368102 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add background color handling */
  
}

#s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b03b45-3963-4629-bbe8-0b3394368102 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-66b03b45-3963-4629-bbe8-0b3394368102 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image {
  box-sizing: border-box;
}



.s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66b03b45-3963-4629-bbe8-0b3394368102 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container {
      position: relative;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b03b45-3963-4629-bbe8-0b3394368102 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-0c811a60-554a-476d-b055-571083e8bf3c {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3.shg-box.shg-c {
  justify-content: center;
}

#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shg-box.shg-c {
  justify-content: center;
}

#s-620bde0f-8a41-44d6-a619-943ffca456b9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-620bde0f-8a41-44d6-a619-943ffca456b9 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-5ce41b61-494e-4142-9aeb-4e2cf7d829f7 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: -6px;
margin-right: auto;
}
@media (max-width: 767px){#s-5ce41b61-494e-4142-9aeb-4e2cf7d829f7 {
  margin-left: 6%;
margin-right: 7%;
}
}
#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f7037eb3-9fc4-4bc5-ace8-56e0b4ed05ca {
  text-align: center;
}

#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c {
  background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center center;
}








#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c {
  cursor: pointer;
}#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c.shg-box.shg-c {
  justify-content: center;
}

#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: -10px;
margin-right: -2%;
}
@media (min-width: 1200px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (max-width: 767px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-a377116b-b513-4ebd-8d67-8112cacc582a {
  margin-top: 0px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-a377116b-b513-4ebd-8d67-8112cacc582a {
  display: none;
}
#s-a377116b-b513-4ebd-8d67-8112cacc582a, #wrap-s-a377116b-b513-4ebd-8d67-8112cacc582a, #wrap-content-s-a377116b-b513-4ebd-8d67-8112cacc582a { display: none !important; }}
#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(127, 14, 125, 1);
letter-spacing: 0px;
}
#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707:hover {background-color: rgba(226, 177, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(54, 54, 54, 1) !important;}#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707 {
  margin-left: -3%;
margin-right: -3%;
}
}

  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-917879da-6a86-41e5-bfb3-83fa9a2e3938 {
  margin-top: -12px;
margin-left: 2%;
margin-bottom: -10px;
margin-right: 2%;
}
@media (max-width: 767px){#s-917879da-6a86-41e5-bfb3-83fa9a2e3938 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-77979b04-e0ff-49c4-b314-260af7d27fb3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c7ff8ef9-76b5-435d-9f08-04095a56583f {
  margin-top: 35px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c7ff8ef9-76b5-435d-9f08-04095a56583f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7ff8ef9-76b5-435d-9f08-04095a56583f {
  cursor: pointer;
}#s-c7ff8ef9-76b5-435d-9f08-04095a56583f.shg-box.shg-c {
  justify-content: center;
}

#s-df14f7f2-bf74-40f0-be22-31b537950867 {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df14f7f2-bf74-40f0-be22-31b537950867 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-cd67c860-ed50-4ac4-a1ce-9d18842e1194 {
  margin-bottom: -20px;
}
@media (max-width: 767px){#s-cd67c860-ed50-4ac4-a1ce-9d18842e1194 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-474b229f-e2e9-405c-91c6-b36360a7899d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ffae9488-31bf-416c-8250-53120d251568 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ffae9488-31bf-416c-8250-53120d251568 {
  
}
}







#s-ffae9488-31bf-416c-8250-53120d251568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffae9488-31bf-416c-8250-53120d251568 {
  cursor: pointer;
}#s-ffae9488-31bf-416c-8250-53120d251568.shg-box.shg-c {
  justify-content: center;
}

#s-96b6f757-a52f-498f-b84e-307cf1c94bce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-96b6f757-a52f-498f-b84e-307cf1c94bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b6f757-a52f-498f-b84e-307cf1c94bce.shg-box.shg-c {
  justify-content: center;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin-left: 40%;
margin-right: 40%;
max-width: 454px;
aspect-ratio: 454/369;
text-align: center;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

@media (min-width: 1200px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (max-width: 767px){#s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  margin: 0 !important;
  overflow: visible;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-298cfcb5-1070-4018-94c4-68d389f7eccc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add background color handling */
  
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-298cfcb5-1070-4018-94c4-68d389f7eccc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-298cfcb5-1070-4018-94c4-68d389f7eccc .shogun-image-content {
  
    justify-content: center;
  
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image {
  box-sizing: border-box;
}



.s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-298cfcb5-1070-4018-94c4-68d389f7eccc {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container {
      position: relative;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-298cfcb5-1070-4018-94c4-68d389f7eccc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}
#s-7589539b-1ae5-469b-a7dd-5bfffc0f25be {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7589539b-1ae5-469b-a7dd-5bfffc0f25be .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-7589539b-1ae5-469b-a7dd-5bfffc0f25be .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 41px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-fd7b1ec8-ec9d-47f2-bd5f-84ae6199e59f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd7b1ec8-ec9d-47f2-bd5f-84ae6199e59f .shogun-heading-component h1 {
  color: rgba(229, 70, 14, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 23px;
  line-height: 0.5em;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-fd7b1ec8-ec9d-47f2-bd5f-84ae6199e59f .shogun-heading-component h1 {
  color: rgba(229, 70, 14, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: 2px;
  
}


}
#s-5d213936-9e65-4423-a17e-f2bdc042285a {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5d213936-9e65-4423-a17e-f2bdc042285a {
  margin-bottom: 21px;
}
}
#s-5d213936-9e65-4423-a17e-f2bdc042285a .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 33px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-5d213936-9e65-4423-a17e-f2bdc042285a .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}


}
#s-0f3a2afa-256f-4616-a520-701e52462446 {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-0f3a2afa-256f-4616-a520-701e52462446 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f3a2afa-256f-4616-a520-701e52462446 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f3a2afa-256f-4616-a520-701e52462446"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-e9c922c7-7c9c-4423-b378-ea5ba805716f {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-e9c922c7-7c9c-4423-b378-ea5ba805716f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9c922c7-7c9c-4423-b378-ea5ba805716f.shg-box.shg-c {
  justify-content: center;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin-bottom: 13px;
}
}
#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image {
  box-sizing: border-box;
}



.s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container {
      position: relative;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f19ade4-8ef0-4bdc-9241-8524dc0f0896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-d0a53f59-ea3f-465e-8f5a-a47a763aac66 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}








#s-d0a53f59-ea3f-465e-8f5a-a47a763aac66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0a53f59-ea3f-465e-8f5a-a47a763aac66.shg-box.shg-c {
  justify-content: center;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin-top: 20px;
}
}
#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-af144d84-441a-4b9e-9d61-acc990c55129 {
  margin: 0 !important;
  overflow: visible;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-af144d84-441a-4b9e-9d61-acc990c55129 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add background color handling */
  
}

#s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af144d84-441a-4b9e-9d61-acc990c55129 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-af144d84-441a-4b9e-9d61-acc990c55129 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image {
  box-sizing: border-box;
}



.s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af144d84-441a-4b9e-9d61-acc990c55129 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container {
      position: relative;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af144d84-441a-4b9e-9d61-acc990c55129 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-93cb3cbc-f757-4bba-9146-0cbdd11db345 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-93cb3cbc-f757-4bba-9146-0cbdd11db345 {
  
}
}
#s-93cb3cbc-f757-4bba-9146-0cbdd11db345 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-065b8966-fbe3-48cb-916a-df33afafdf43 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-065b8966-fbe3-48cb-916a-df33afafdf43 {
  
}
}
#s-065b8966-fbe3-48cb-916a-df33afafdf43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-3b9212e8-795b-407c-a93e-3aa0365fdc19 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 1200px){#s-3b9212e8-795b-407c-a93e-3aa0365fdc19 {
  
}
}
#s-3b9212e8-795b-407c-a93e-3aa0365fdc19 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217 {
  margin-top: 12px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
color: rgba(127, 14, 125, 1);
}
#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217 {
  margin-top: 0px;
}
}

  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f90769a-48b5-48ba-9ad6-78d3e3a91217-root {
    text-align: center;
  }


#s-0f90769a-48b5-48ba-9ad6-78d3e3a91217.shg-btn {
  color: rgba(127, 14, 125, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f.shg-box.shg-c {
  justify-content: center;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 2500/93;
text-align: center;
}
@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-bottom: -2px;
display: none;
}
#s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-content-s-d9d18169-4e52-40e1-b581-14a0848c3286 { display: none !important; }}
#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-628f3d15-4de2-47c6-abb7-634d14632cac {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center top;
}

#s-628f3d15-4de2-47c6-abb7-634d14632cac {
  background-image: url(https://i.shgcdn.com/fe9be622-7fdf-4989-8668-70aa18d3cd7f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-628f3d15-4de2-47c6-abb7-634d14632cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-628f3d15-4de2-47c6-abb7-634d14632cac.shg-box.shg-c {
  justify-content: center;
}

#s-0d3cc044-f3a7-4a71-becd-a1ff401b9147 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-0d3cc044-f3a7-4a71-becd-a1ff401b9147 {
  margin-bottom: 1px;
}
}
#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-left: 18%;
margin-right: 18%;
}
}@media (max-width: 767px){#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-top: 11px;
margin-left: 6%;
margin-right: 6%;
}
}
#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}








#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801.shg-box.shg-c {
  justify-content: center;
}

#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-08889f8c-8617-4c33-925d-5e9186d66bee {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-08889f8c-8617-4c33-925d-5e9186d66bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08889f8c-8617-4c33-925d-5e9186d66bee {
  cursor: pointer;
}#s-08889f8c-8617-4c33-925d-5e9186d66bee.shg-box.shg-c {
  justify-content: center;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-adf95eb3-fdb1-4f8c-b41a-0b9da646fc00 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5 {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-876d23c3-23d4-4f55-84d3-87b85f726862 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-876d23c3-23d4-4f55-84d3-87b85f726862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-876d23c3-23d4-4f55-84d3-87b85f726862 {
  cursor: pointer;
}#s-876d23c3-23d4-4f55-84d3-87b85f726862.shg-box.shg-c {
  justify-content: center;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-6daf4d42-a511-4a8b-9c9b-4feedcfcf986 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-ea13e823-4bd7-4f78-8297-e5f240121645 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783 {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f {
  cursor: pointer;
}#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f.shg-box.shg-c {
  justify-content: center;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-913bd9b9-2aa2-4b17-bd89-9cf33b5089f5 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-4e2ff665-1a75-4cb7-b8e1-57d4c6fa3922 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-b44857c5-421c-428b-b0c2-be1d486dce4c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-b44857c5-421c-428b-b0c2-be1d486dce4c:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b44857c5-421c-428b-b0c2-be1d486dce4c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b44857c5-421c-428b-b0c2-be1d486dce4c {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
max-width: 900px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93024e17-c420-40a3-8fb4-336cf5803575:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93024e17-c420-40a3-8fb4-336cf5803575:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}