.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-99faa52c-e149-4bcb-8e38-f602b4ffe7da {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-99faa52c-e149-4bcb-8e38-f602b4ffe7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99faa52c-e149-4bcb-8e38-f602b4ffe7da {
  cursor: pointer;
}#s-99faa52c-e149-4bcb-8e38-f602b4ffe7da.shg-box.shg-c {
  justify-content: center;
}

#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(243, 130, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a:hover {background-color: rgba(243, 130, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a:active {background-color: rgba(166, 66, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a-root {
    text-align: center;
  }


#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a-root {
    text-align: center;
  }


#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a-root {
    text-align: center;
  }


#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a-root {
    text-align: center;
  }


#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a-root {
    text-align: center;
  }


#s-7c0c6b4f-bfd7-4b9e-bf27-bff2577ae77a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
.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-7f73c41d-0156-4509-bc15-38f694c5bdf0 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7f73c41d-0156-4509-bc15-38f694c5bdf0 {
  display: none;
}
#s-7f73c41d-0156-4509-bc15-38f694c5bdf0, #wrap-s-7f73c41d-0156-4509-bc15-38f694c5bdf0, #wrap-content-s-7f73c41d-0156-4509-bc15-38f694c5bdf0 { display: none !important; }}
#s-7f73c41d-0156-4509-bc15-38f694c5bdf0 .shogun-heading-component h2 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 {
  margin-top: 33px;
margin-left: auto;
margin-bottom: -1px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 {
  display: none;
}
#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8, #wrap-s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8, #wrap-content-s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 {
  display: none;
}
#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8, #wrap-s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8, #wrap-content-s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 {
  display: none;
}
#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8, #wrap-s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8, #wrap-content-s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 { display: none !important; }}
#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 .shogun-heading-component h2 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-7e1d99a6-672c-428a-a7fd-801b0fec5dc8 .shogun-heading-component h2 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  
}


}
#s-49dac905-d221-4b7e-a3e3-5b80da4c0e70 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-49dac905-d221-4b7e-a3e3-5b80da4c0e70 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-49dac905-d221-4b7e-a3e3-5b80da4c0e70, #wrap-s-49dac905-d221-4b7e-a3e3-5b80da4c0e70, #wrap-content-s-49dac905-d221-4b7e-a3e3-5b80da4c0e70 { display: none !important; }}
#s-49dac905-d221-4b7e-a3e3-5b80da4c0e70 .shogun-heading-component h2 {
  color: rgba(243, 130, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  
}



#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 {
  margin-top: 13px;
margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
}
@media (min-width: 1200px){#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 {
  display: none;
}
#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44, #wrap-s-923e00c7-ea91-48d0-a6b6-051d27b0ce44, #wrap-content-s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 {
  display: none;
}
#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44, #wrap-s-923e00c7-ea91-48d0-a6b6-051d27b0ce44, #wrap-content-s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 {
  display: none;
}
#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44, #wrap-s-923e00c7-ea91-48d0-a6b6-051d27b0ce44, #wrap-content-s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 { display: none !important; }}@media (max-width: 767px){#s-923e00c7-ea91-48d0-a6b6-051d27b0ce44 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd {
  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-e989e223-8d70-44ed-bd3f-bc95731d1ffd:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e989e223-8d70-44ed-bd3f-bc95731d1ffd-root {
    text-align: center;
  }


#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e989e223-8d70-44ed-bd3f-bc95731d1ffd-root {
    text-align: center;
  }


#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e989e223-8d70-44ed-bd3f-bc95731d1ffd-root {
    text-align: center;
  }


#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e989e223-8d70-44ed-bd3f-bc95731d1ffd-root {
    text-align: center;
  }


#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e989e223-8d70-44ed-bd3f-bc95731d1ffd-root {
    text-align: center;
  }


#s-e989e223-8d70-44ed-bd3f-bc95731d1ffd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  margin-left: auto;
margin-right: auto;
max-width: 1734px;
aspect-ratio: 1734/902;
text-align: center;
}
@media (min-width: 1200px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  display: none;
}
#s-c7fae1d8-3f0f-41f3-9259-511149285523, #wrap-s-c7fae1d8-3f0f-41f3-9259-511149285523, #wrap-content-s-c7fae1d8-3f0f-41f3-9259-511149285523 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  display: none;
}
#s-c7fae1d8-3f0f-41f3-9259-511149285523, #wrap-s-c7fae1d8-3f0f-41f3-9259-511149285523, #wrap-content-s-c7fae1d8-3f0f-41f3-9259-511149285523 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  display: none;
}
#s-c7fae1d8-3f0f-41f3-9259-511149285523, #wrap-s-c7fae1d8-3f0f-41f3-9259-511149285523, #wrap-content-s-c7fae1d8-3f0f-41f3-9259-511149285523 { display: none !important; }}
#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }

    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-link {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1734px;
  }



  img.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
    
    
    
    max-height: 1734px;
  }


.s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
  box-sizing: border-box;
}



.s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7fae1d8-3f0f-41f3-9259-511149285523 {
      --shg-aspect-ratio: calc(1734/902); 
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
      position: relative;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1734px;
    }
  }

@media (min-width: 1200px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }

    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-link {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1734px;
  }



  img.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
    
    
    
    max-height: 1734px;
  }


.s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
  box-sizing: border-box;
}



.s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7fae1d8-3f0f-41f3-9259-511149285523 {
      --shg-aspect-ratio: calc(1734/902); 
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
      position: relative;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1734px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }

    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-link {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1734px;
  }



  img.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
    
    
    
    max-height: 1734px;
  }


.s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
  box-sizing: border-box;
}



.s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7fae1d8-3f0f-41f3-9259-511149285523 {
      --shg-aspect-ratio: calc(1734/902); 
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
      position: relative;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1734px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }

    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-link {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1734px;
  }



  img.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
    
    
    
    max-height: 1734px;
  }


.s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
  box-sizing: border-box;
}



.s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7fae1d8-3f0f-41f3-9259-511149285523 {
      --shg-aspect-ratio: calc(1734/902); 
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
      position: relative;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1734px;
    }
  }

}@media (max-width: 767px){#s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7fae1d8-3f0f-41f3-9259-511149285523 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }

    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-link {
      aspect-ratio: 1734/902;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7fae1d8-3f0f-41f3-9259-511149285523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1734px;
  }



  img.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
    
    
    
    max-height: 1734px;
  }


.s-c7fae1d8-3f0f-41f3-9259-511149285523 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image {
  box-sizing: border-box;
}



.s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7fae1d8-3f0f-41f3-9259-511149285523 {
      --shg-aspect-ratio: calc(1734/902); 
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container {
      position: relative;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7fae1d8-3f0f-41f3-9259-511149285523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1734px;
    }
  }

}
#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  margin-left: auto;
margin-right: auto;
max-width: 2545px;
aspect-ratio: 2545/859;
text-align: center;
}
@media (max-width: 767px){#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  display: none;
}
#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15, #wrap-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15, #wrap-content-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 { display: none !important; }}
#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }

    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-link {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2545px;
  }



  img.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
    
    
    
    max-height: 2545px;
  }


.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
  box-sizing: border-box;
}



.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
      --shg-aspect-ratio: calc(2545/859); 
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
      position: relative;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2545px;
    }
  }

@media (min-width: 1200px){#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }

    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-link {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2545px;
  }



  img.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
    
    
    
    max-height: 2545px;
  }


.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
  box-sizing: border-box;
}



.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
      --shg-aspect-ratio: calc(2545/859); 
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
      position: relative;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2545px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }

    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-link {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2545px;
  }



  img.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
    
    
    
    max-height: 2545px;
  }


.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
  box-sizing: border-box;
}



.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
      --shg-aspect-ratio: calc(2545/859); 
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
      position: relative;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2545px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }

    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-link {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2545px;
  }



  img.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
    
    
    
    max-height: 2545px;
  }


.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
  box-sizing: border-box;
}



.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
      --shg-aspect-ratio: calc(2545/859); 
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
      position: relative;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2545px;
    }
  }

}@media (max-width: 767px){#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }

    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-link {
      aspect-ratio: 2545/859;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2545px;
  }



  img.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
    
    
    
    max-height: 2545px;
  }


.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image {
  box-sizing: border-box;
}



.s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 {
      --shg-aspect-ratio: calc(2545/859); 
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container {
      position: relative;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa2308ce-6924-48c9-aaa7-7e511fc79a15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2545px;
    }
  }

}
#s-908a399f-f2f6-4560-a374-62855907b60a {
  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-908a399f-f2f6-4560-a374-62855907b60a {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-908a399f-f2f6-4560-a374-62855907b60a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-908a399f-f2f6-4560-a374-62855907b60a {
  cursor: pointer;
}#s-908a399f-f2f6-4560-a374-62855907b60a.shg-box.shg-c {
  justify-content: center;
}

#s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee374eaf-5282-4655-b4c3-1320d4e3eb9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-fd87c15e-16df-41ec-8977-a899b5f0f914 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd87c15e-16df-41ec-8977-a899b5f0f914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd87c15e-16df-41ec-8977-a899b5f0f914.shg-box.shg-c {
  justify-content: center;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  margin-left: 41%;
margin-right: 41%;
max-width: 90px;
aspect-ratio: 261/201;
text-align: center;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  margin: 0 !important;
  overflow: visible;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add background color handling */
  
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
  box-sizing: border-box;
}



.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
      position: relative;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

@media (min-width: 1200px){#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  margin: 0 !important;
  overflow: visible;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add background color handling */
  
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
  box-sizing: border-box;
}



.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
      position: relative;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  margin: 0 !important;
  overflow: visible;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add background color handling */
  
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
  box-sizing: border-box;
}



.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
      position: relative;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  margin: 0 !important;
  overflow: visible;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add background color handling */
  
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
  box-sizing: border-box;
}



.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
      position: relative;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}@media (max-width: 767px){#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  margin: 0 !important;
  overflow: visible;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add background color handling */
  
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 90px;
  }



  img.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
    
    
    
    max-height: 90px;
  }


.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image {
  box-sizing: border-box;
}



.s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container {
      position: relative;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f52be-ef9d-463b-8e51-d92f58b8ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 90px;
    }
  }

}
#s-d71e02b9-4359-4182-b2e3-8629c92fdeff {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d71e02b9-4359-4182-b2e3-8629c92fdeff {
  display: none;
}
#s-d71e02b9-4359-4182-b2e3-8629c92fdeff, #wrap-s-d71e02b9-4359-4182-b2e3-8629c92fdeff, #wrap-content-s-d71e02b9-4359-4182-b2e3-8629c92fdeff { display: none !important; }}
#s-d71e02b9-4359-4182-b2e3-8629c92fdeff .shogun-heading-component h1 {
  color: rgba(223, 4, 38, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}



#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 {
  display: none;
}
#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06, #wrap-s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06, #wrap-content-s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 {
  display: none;
}
#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06, #wrap-s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06, #wrap-content-s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 { display: none !important; }}@media (max-width: 767px){#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 {
  display: none;
}
#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06, #wrap-s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06, #wrap-content-s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 { display: none !important; }}
#s-82b0e52b-ab27-46dd-a3d8-2aa9c3054e06 .shogun-heading-component h1 {
  color: rgba(223, 4, 38, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 {
  display: none;
}
#s-cead8789-ddf3-4e36-b507-c0ec0eec4902, #wrap-s-cead8789-ddf3-4e36-b507-c0ec0eec4902, #wrap-content-s-cead8789-ddf3-4e36-b507-c0ec0eec4902 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 {
  display: none;
}
#s-cead8789-ddf3-4e36-b507-c0ec0eec4902, #wrap-s-cead8789-ddf3-4e36-b507-c0ec0eec4902, #wrap-content-s-cead8789-ddf3-4e36-b507-c0ec0eec4902 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 {
  display: none;
}
#s-cead8789-ddf3-4e36-b507-c0ec0eec4902, #wrap-s-cead8789-ddf3-4e36-b507-c0ec0eec4902, #wrap-content-s-cead8789-ddf3-4e36-b507-c0ec0eec4902 { display: none !important; }}
#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 .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;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cead8789-ddf3-4e36-b507-c0ec0eec4902 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  
}


}
#s-6ad52a3d-a124-4687-81ad-59eadaf0f574 {
  margin-top: 20px;
margin-left: 1%;
margin-bottom: 26px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6ad52a3d-a124-4687-81ad-59eadaf0f574 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ad52a3d-a124-4687-81ad-59eadaf0f574 {
  display: none;
}
#s-6ad52a3d-a124-4687-81ad-59eadaf0f574, #wrap-s-6ad52a3d-a124-4687-81ad-59eadaf0f574, #wrap-content-s-6ad52a3d-a124-4687-81ad-59eadaf0f574 { display: none !important; }}@media (max-width: 767px){#s-6ad52a3d-a124-4687-81ad-59eadaf0f574 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-6ad52a3d-a124-4687-81ad-59eadaf0f574 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  
}



#s-66c62848-7043-46cf-b3e3-847d9109e3fc {
  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-66c62848-7043-46cf-b3e3-847d9109e3fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66c62848-7043-46cf-b3e3-847d9109e3fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c62848-7043-46cf-b3e3-847d9109e3fc-root {
    text-align: center;
  }


#s-66c62848-7043-46cf-b3e3-847d9109e3fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c62848-7043-46cf-b3e3-847d9109e3fc-root {
    text-align: center;
  }


#s-66c62848-7043-46cf-b3e3-847d9109e3fc.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-66c62848-7043-46cf-b3e3-847d9109e3fc-root {
    text-align: center;
  }


#s-66c62848-7043-46cf-b3e3-847d9109e3fc.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-66c62848-7043-46cf-b3e3-847d9109e3fc-root {
    text-align: center;
  }


#s-66c62848-7043-46cf-b3e3-847d9109e3fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c62848-7043-46cf-b3e3-847d9109e3fc-root {
    text-align: center;
  }


#s-66c62848-7043-46cf-b3e3-847d9109e3fc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-eea67739-73b2-45e8-9a41-7080470e53eb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-eea67739-73b2-45e8-9a41-7080470e53eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eea67739-73b2-45e8-9a41-7080470e53eb.shg-box.shg-c {
  justify-content: center;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  margin: 0 !important;
  overflow: visible;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add background color handling */
  
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
  box-sizing: border-box;
}



.s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
      position: relative;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  margin: 0 !important;
  overflow: visible;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add background color handling */
  
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
  box-sizing: border-box;
}



.s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
      position: relative;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea 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-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  margin: 0 !important;
  overflow: visible;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add background color handling */
  
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
  box-sizing: border-box;
}



.s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
      position: relative;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea 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-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  margin: 0 !important;
  overflow: visible;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add background color handling */
  
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
  box-sizing: border-box;
}



.s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
      position: relative;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  margin: 0 !important;
  overflow: visible;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add background color handling */
  
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-5747bf80-7785-45b3-82f2-8bd16cea8cea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image {
  box-sizing: border-box;
}



.s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container {
      position: relative;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5747bf80-7785-45b3-82f2-8bd16cea8cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-c7a54e85-40d1-4ce9-bf85-c2a60b352711 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-c7a54e85-40d1-4ce9-bf85-c2a60b352711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7a54e85-40d1-4ce9-bf85-c2a60b352711 {
  cursor: pointer;
}#s-c7a54e85-40d1-4ce9-bf85-c2a60b352711.shg-box.shg-c {
  justify-content: center;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  display: none;
}
#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5, #wrap-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5, #wrap-content-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 { display: none !important; }}@media (max-width: 767px){#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  display: none;
}
#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5, #wrap-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5, #wrap-content-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 { display: none !important; }}
#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }

    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-link {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
  box-sizing: border-box;
}



.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
      --shg-aspect-ratio: calc(3000/800); 
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
      position: relative;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }

    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-link {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
  box-sizing: border-box;
}



.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
      --shg-aspect-ratio: calc(3000/800); 
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
      position: relative;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }

    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-link {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
  box-sizing: border-box;
}



.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
      --shg-aspect-ratio: calc(3000/800); 
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
      position: relative;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }

    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-link {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
  box-sizing: border-box;
}



.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
      --shg-aspect-ratio: calc(3000/800); 
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
      position: relative;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }

    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-link {
      aspect-ratio: 3000/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image {
  box-sizing: border-box;
}



.s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 {
      --shg-aspect-ratio: calc(3000/800); 
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container {
      position: relative;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-801ecc62-3157-4ae6-b73f-5e90ab57efc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-48842d48-21f8-4621-98a0-bb4cec870b36 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-48842d48-21f8-4621-98a0-bb4cec870b36 {
  display: none;
}
#s-48842d48-21f8-4621-98a0-bb4cec870b36, #wrap-s-48842d48-21f8-4621-98a0-bb4cec870b36, #wrap-content-s-48842d48-21f8-4621-98a0-bb4cec870b36 { display: none !important; }}
#s-48842d48-21f8-4621-98a0-bb4cec870b36 .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-45a29d87-3a33-4c02-8db2-8ca7efab6a40 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45a29d87-3a33-4c02-8db2-8ca7efab6a40 {
  display: none;
}
#s-45a29d87-3a33-4c02-8db2-8ca7efab6a40, #wrap-s-45a29d87-3a33-4c02-8db2-8ca7efab6a40, #wrap-content-s-45a29d87-3a33-4c02-8db2-8ca7efab6a40 { display: none !important; }}
#s-45a29d87-3a33-4c02-8db2-8ca7efab6a40 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 41px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-45a29d87-3a33-4c02-8db2-8ca7efab6a40 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  
}


}
#s-30b52b01-4338-4cd0-b21b-6981db19fbb6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30b52b01-4338-4cd0-b21b-6981db19fbb6 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-38e117b9-da5c-4a26-bf9b-f678c815f8c1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-38e117b9-da5c-4a26-bf9b-f678c815f8c1 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512 {
  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-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512-root {
    text-align: center;
  }


#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512-root {
    text-align: center;
  }


#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512-root {
    text-align: center;
  }


#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512-root {
    text-align: center;
  }


#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512-root {
    text-align: center;
  }


#s-ba2b1dfd-4559-4cc7-a98e-d19a56cd6512.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/700;
text-align: center;
}
@media (min-width: 1200px){#s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  display: none;
}
#s-69a18d72-f823-4d9b-ada7-befc71ae0906, #wrap-s-69a18d72-f823-4d9b-ada7-befc71ae0906, #wrap-content-s-69a18d72-f823-4d9b-ada7-befc71ae0906 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  display: none;
}
#s-69a18d72-f823-4d9b-ada7-befc71ae0906, #wrap-s-69a18d72-f823-4d9b-ada7-befc71ae0906, #wrap-content-s-69a18d72-f823-4d9b-ada7-befc71ae0906 { display: none !important; }}
#s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  margin: 0 !important;
  overflow: visible;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add background color handling */
  
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
  box-sizing: border-box;
}



.s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
      position: relative;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  margin: 0 !important;
  overflow: visible;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add background color handling */
  
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
  box-sizing: border-box;
}



.s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
      position: relative;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 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-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  margin: 0 !important;
  overflow: visible;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add background color handling */
  
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
  box-sizing: border-box;
}



.s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
      position: relative;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 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-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  margin: 0 !important;
  overflow: visible;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add background color handling */
  
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
  box-sizing: border-box;
}



.s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
      position: relative;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  margin: 0 !important;
  overflow: visible;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add background color handling */
  
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }

    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-link {
      aspect-ratio: 1000/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-69a18d72-f823-4d9b-ada7-befc71ae0906 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image {
  box-sizing: border-box;
}



.s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 {
      --shg-aspect-ratio: calc(1000/700); 
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container {
      position: relative;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a18d72-f823-4d9b-ada7-befc71ae0906 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-5b14d282-60ee-44f6-9608-2253f0eddf4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b14d282-60ee-44f6-9608-2253f0eddf4f {
  
}
}
#s-5b14d282-60ee-44f6-9608-2253f0eddf4f .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c17a14ef-4ef0-4cb7-ad6d-0ec01e430746 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c17a14ef-4ef0-4cb7-ad6d-0ec01e430746 {
  
}
}
#s-c17a14ef-4ef0-4cb7-ad6d-0ec01e430746 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  
}



#s-cd05fdf2-9200-4673-9e26-86db6d339783 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd05fdf2-9200-4673-9e26-86db6d339783 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-d5ccc461-72e1-4a4f-a20b-2ef7810e83c1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d5ccc461-72e1-4a4f-a20b-2ef7810e83c1 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-11e3916b-1165-48aa-ab55-9d93ddcdf314 {
  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-11e3916b-1165-48aa-ab55-9d93ddcdf314:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11e3916b-1165-48aa-ab55-9d93ddcdf314:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11e3916b-1165-48aa-ab55-9d93ddcdf314-root {
    text-align: center;
  }


#s-11e3916b-1165-48aa-ab55-9d93ddcdf314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11e3916b-1165-48aa-ab55-9d93ddcdf314-root {
    text-align: center;
  }


#s-11e3916b-1165-48aa-ab55-9d93ddcdf314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11e3916b-1165-48aa-ab55-9d93ddcdf314-root {
    text-align: center;
  }


#s-11e3916b-1165-48aa-ab55-9d93ddcdf314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11e3916b-1165-48aa-ab55-9d93ddcdf314-root {
    text-align: center;
  }


#s-11e3916b-1165-48aa-ab55-9d93ddcdf314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11e3916b-1165-48aa-ab55-9d93ddcdf314-root {
    text-align: center;
  }


#s-11e3916b-1165-48aa-ab55-9d93ddcdf314.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-df73aac4-29d3-46df-8a55-d9508c099902 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-df73aac4-29d3-46df-8a55-d9508c099902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df73aac4-29d3-46df-8a55-d9508c099902.shg-box.shg-c {
  justify-content: center;
}

#s-1567ec46-4db9-4d48-91c6-99c191e0fc04 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-1567ec46-4db9-4d48-91c6-99c191e0fc04 {
  display: none;
}
#s-1567ec46-4db9-4d48-91c6-99c191e0fc04, #wrap-s-1567ec46-4db9-4d48-91c6-99c191e0fc04, #wrap-content-s-1567ec46-4db9-4d48-91c6-99c191e0fc04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1567ec46-4db9-4d48-91c6-99c191e0fc04 {
  display: none;
}
#s-1567ec46-4db9-4d48-91c6-99c191e0fc04, #wrap-s-1567ec46-4db9-4d48-91c6-99c191e0fc04, #wrap-content-s-1567ec46-4db9-4d48-91c6-99c191e0fc04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1567ec46-4db9-4d48-91c6-99c191e0fc04 {
  display: none;
}
#s-1567ec46-4db9-4d48-91c6-99c191e0fc04, #wrap-s-1567ec46-4db9-4d48-91c6-99c191e0fc04, #wrap-content-s-1567ec46-4db9-4d48-91c6-99c191e0fc04 { display: none !important; }}@media (max-width: 767px){#s-1567ec46-4db9-4d48-91c6-99c191e0fc04 {
  margin-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-1567ec46-4db9-4d48-91c6-99c191e0fc04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1567ec46-4db9-4d48-91c6-99c191e0fc04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1567ec46-4db9-4d48-91c6-99c191e0fc04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1567ec46-4db9-4d48-91c6-99c191e0fc04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1346px;
aspect-ratio: 1/1;
text-align: center;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
  box-sizing: border-box;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
      position: relative;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

@media (min-width: 1200px){#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
  box-sizing: border-box;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
      position: relative;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
  box-sizing: border-box;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
      position: relative;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
  box-sizing: border-box;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
      position: relative;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}@media (max-width: 767px){#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1346px;
  }



  img.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
    
    
    
    max-height: 1346px;
  }


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image {
  box-sizing: border-box;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container {
      position: relative;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30897aa0-97c1-4db1-806e-2f1596fd58a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1346px;
    }
  }

}
#s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  margin: 0 !important;
  overflow: visible;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add background color handling */
  
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
  box-sizing: border-box;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
      position: relative;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  margin: 0 !important;
  overflow: visible;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add background color handling */
  
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
  box-sizing: border-box;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
      position: relative;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  margin: 0 !important;
  overflow: visible;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add background color handling */
  
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
  box-sizing: border-box;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
      position: relative;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  margin: 0 !important;
  overflow: visible;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add background color handling */
  
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
  box-sizing: border-box;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
      position: relative;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  margin: 0 !important;
  overflow: visible;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add background color handling */
  
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image {
  box-sizing: border-box;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b961124e-1bcf-4a85-8458-90fbae01d3bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container {
      position: relative;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b961124e-1bcf-4a85-8458-90fbae01d3bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-cb1edffe-b193-4504-b804-30816fcffc5b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
  box-sizing: border-box;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1edffe-b193-4504-b804-30816fcffc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
      position: relative;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-cb1edffe-b193-4504-b804-30816fcffc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
  box-sizing: border-box;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1edffe-b193-4504-b804-30816fcffc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
      position: relative;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb1edffe-b193-4504-b804-30816fcffc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
  box-sizing: border-box;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1edffe-b193-4504-b804-30816fcffc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
      position: relative;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb1edffe-b193-4504-b804-30816fcffc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
  box-sizing: border-box;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1edffe-b193-4504-b804-30816fcffc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
      position: relative;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-cb1edffe-b193-4504-b804-30816fcffc5b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1edffe-b193-4504-b804-30816fcffc5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image {
  box-sizing: border-box;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cb1edffe-b193-4504-b804-30816fcffc5b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1edffe-b193-4504-b804-30816fcffc5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container {
      position: relative;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1edffe-b193-4504-b804-30816fcffc5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  margin: 0 !important;
  overflow: visible;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add background color handling */
  
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
  box-sizing: border-box;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
      position: relative;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  margin: 0 !important;
  overflow: visible;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add background color handling */
  
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
  box-sizing: border-box;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
      position: relative;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  margin: 0 !important;
  overflow: visible;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add background color handling */
  
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
  box-sizing: border-box;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
      position: relative;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  margin: 0 !important;
  overflow: visible;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add background color handling */
  
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
  box-sizing: border-box;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
      position: relative;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  margin: 0 !important;
  overflow: visible;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add background color handling */
  
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image {
  box-sizing: border-box;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container {
      position: relative;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c143a8-1ddd-46d3-b36a-a4f4a1f2023d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
  box-sizing: border-box;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
      position: relative;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
  box-sizing: border-box;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
      position: relative;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
  box-sizing: border-box;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
      position: relative;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
  box-sizing: border-box;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
      position: relative;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image {
  box-sizing: border-box;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container {
      position: relative;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d99dbb7-8253-478e-b6b3-ec08ff5f6287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1946px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
  box-sizing: border-box;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
      position: relative;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

@media (min-width: 1200px){#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
  box-sizing: border-box;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
      position: relative;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
  box-sizing: border-box;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
      position: relative;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
  box-sizing: border-box;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
      position: relative;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (max-width: 767px){#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  margin: 0 !important;
  overflow: visible;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add background color handling */
  
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image {
  box-sizing: border-box;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container {
      position: relative;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aa21967-2c6d-42e6-b6f9-b31cd7f63590 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}
#s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (max-width: 767px){#s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b {
  display: none;
}
#s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b, #wrap-s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b, #wrap-content-s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-703a37c1-5d2b-4d3d-8368-4ade8b48ae3b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1210px;
aspect-ratio: 1/1;
text-align: center;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1210px;
  }



  img.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
    
    
    
    max-height: 1210px;
  }


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
  box-sizing: border-box;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
      position: relative;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1210px;
    }
  }

@media (min-width: 1200px){#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1210px;
  }



  img.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
    
    
    
    max-height: 1210px;
  }


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
  box-sizing: border-box;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
      position: relative;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1210px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1210px;
  }



  img.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
    
    
    
    max-height: 1210px;
  }


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
  box-sizing: border-box;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
      position: relative;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1210px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1210px;
  }



  img.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
    
    
    
    max-height: 1210px;
  }


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
  box-sizing: border-box;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
      position: relative;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1210px;
    }
  }

}@media (max-width: 767px){#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1210px;
  }



  img.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
    
    
    
    max-height: 1210px;
  }


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image {
  box-sizing: border-box;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container {
      position: relative;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f6b8da-ec1a-419a-b92e-60386f4d7508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1210px;
    }
  }

}
#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
  box-sizing: border-box;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
      position: relative;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
  box-sizing: border-box;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
      position: relative;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
  box-sizing: border-box;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
      position: relative;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
  box-sizing: border-box;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
      position: relative;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image {
  box-sizing: border-box;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container {
      position: relative;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eaf22fd-9bc7-4a8d-967b-d7f1ece1bae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
  box-sizing: border-box;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
      position: relative;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
  box-sizing: border-box;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
      position: relative;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
  box-sizing: border-box;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
      position: relative;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
  box-sizing: border-box;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
      position: relative;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image {
  box-sizing: border-box;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4b16e9ff-c777-440c-a404-1d7ae3113636 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container {
      position: relative;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b16e9ff-c777-440c-a404-1d7ae3113636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-fb576027-2e14-481a-97d2-619122dbe918 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fb576027-2e14-481a-97d2-619122dbe918 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb576027-2e14-481a-97d2-619122dbe918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
  box-sizing: border-box;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb576027-2e14-481a-97d2-619122dbe918 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
      position: relative;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-fb576027-2e14-481a-97d2-619122dbe918 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb576027-2e14-481a-97d2-619122dbe918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
  box-sizing: border-box;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb576027-2e14-481a-97d2-619122dbe918 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
      position: relative;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fb576027-2e14-481a-97d2-619122dbe918 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb576027-2e14-481a-97d2-619122dbe918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
  box-sizing: border-box;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb576027-2e14-481a-97d2-619122dbe918 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
      position: relative;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fb576027-2e14-481a-97d2-619122dbe918 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb576027-2e14-481a-97d2-619122dbe918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
  box-sizing: border-box;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb576027-2e14-481a-97d2-619122dbe918 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
      position: relative;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-fb576027-2e14-481a-97d2-619122dbe918 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb576027-2e14-481a-97d2-619122dbe918-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb576027-2e14-481a-97d2-619122dbe918 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-fb576027-2e14-481a-97d2-619122dbe918 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image {
  box-sizing: border-box;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fb576027-2e14-481a-97d2-619122dbe918 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb576027-2e14-481a-97d2-619122dbe918 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container {
      position: relative;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb576027-2e14-481a-97d2-619122dbe918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
  box-sizing: border-box;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
      position: relative;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

@media (min-width: 1200px){#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
  box-sizing: border-box;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
      position: relative;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
  box-sizing: border-box;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
      position: relative;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
  box-sizing: border-box;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
      position: relative;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}@media (max-width: 767px){#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1426px;
  }



  img.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
    
    
    
    max-height: 1426px;
  }


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image {
  box-sizing: border-box;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container {
      position: relative;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ab6c64-0794-4acd-bbbe-7eb3ff302f16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1426px;
    }
  }

}
#s-89c71760-c9d8-4522-9229-5d042b304f32 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}








#s-89c71760-c9d8-4522-9229-5d042b304f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89c71760-c9d8-4522-9229-5d042b304f32 {
  cursor: pointer;
}#s-89c71760-c9d8-4522-9229-5d042b304f32.shg-box.shg-c {
  justify-content: center;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  margin-left: auto;
margin-right: auto;
max-width: 1502px;
aspect-ratio: 1502/784;
text-align: center;
}
@media (min-width: 1200px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  display: none;
}
#s-3ebeaa96-5997-4d50-9562-2d4fda978329, #wrap-s-3ebeaa96-5997-4d50-9562-2d4fda978329, #wrap-content-s-3ebeaa96-5997-4d50-9562-2d4fda978329 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  display: none;
}
#s-3ebeaa96-5997-4d50-9562-2d4fda978329, #wrap-s-3ebeaa96-5997-4d50-9562-2d4fda978329, #wrap-content-s-3ebeaa96-5997-4d50-9562-2d4fda978329 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  display: none;
}
#s-3ebeaa96-5997-4d50-9562-2d4fda978329, #wrap-s-3ebeaa96-5997-4d50-9562-2d4fda978329, #wrap-content-s-3ebeaa96-5997-4d50-9562-2d4fda978329 { display: none !important; }}
#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }

    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-link {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1502px;
  }



  img.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
    
    
    
    max-height: 1502px;
  }


.s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
  box-sizing: border-box;
}



.s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
      --shg-aspect-ratio: calc(1502/784); 
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
      position: relative;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1502px;
    }
  }

@media (min-width: 1200px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }

    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-link {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1502px;
  }



  img.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
    
    
    
    max-height: 1502px;
  }


.s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
  box-sizing: border-box;
}



.s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
      --shg-aspect-ratio: calc(1502/784); 
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
      position: relative;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1502px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }

    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-link {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1502px;
  }



  img.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
    
    
    
    max-height: 1502px;
  }


.s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
  box-sizing: border-box;
}



.s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
      --shg-aspect-ratio: calc(1502/784); 
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
      position: relative;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1502px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }

    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-link {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1502px;
  }



  img.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
    
    
    
    max-height: 1502px;
  }


.s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
  box-sizing: border-box;
}



.s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
      --shg-aspect-ratio: calc(1502/784); 
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
      position: relative;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1502px;
    }
  }

}@media (max-width: 767px){#s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }

    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-link {
      aspect-ratio: 1502/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1502px;
  }



  img.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
    
    
    
    max-height: 1502px;
  }


.s-3ebeaa96-5997-4d50-9562-2d4fda978329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image {
  box-sizing: border-box;
}



.s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 {
      --shg-aspect-ratio: calc(1502/784); 
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container {
      position: relative;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ebeaa96-5997-4d50-9562-2d4fda978329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1502px;
    }
  }

}
#s-acc7a88b-597c-43b4-9ff2-7e8ac99240ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-acc7a88b-597c-43b4-9ff2-7e8ac99240ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acc7a88b-597c-43b4-9ff2-7e8ac99240ca.shg-box.shg-c {
  justify-content: center;
}

#s-aaf3d063-49ae-4cae-ac11-d787d1546cc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aaf3d063-49ae-4cae-ac11-d787d1546cc4 {
  
}
}@media (max-width: 767px){#s-aaf3d063-49ae-4cae-ac11-d787d1546cc4 {
  padding-top: 1px;
}
}
#s-aaf3d063-49ae-4cae-ac11-d787d1546cc4 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-aaf3d063-49ae-4cae-ac11-d787d1546cc4 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}


}
#s-1d4e3a36-e021-45dc-82b2-0007f41b704b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1d4e3a36-e021-45dc-82b2-0007f41b704b {
  display: none;
}
#s-1d4e3a36-e021-45dc-82b2-0007f41b704b, #wrap-s-1d4e3a36-e021-45dc-82b2-0007f41b704b, #wrap-content-s-1d4e3a36-e021-45dc-82b2-0007f41b704b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d4e3a36-e021-45dc-82b2-0007f41b704b {
  display: none;
}
#s-1d4e3a36-e021-45dc-82b2-0007f41b704b, #wrap-s-1d4e3a36-e021-45dc-82b2-0007f41b704b, #wrap-content-s-1d4e3a36-e021-45dc-82b2-0007f41b704b { display: none !important; }}@media (max-width: 767px){#s-1d4e3a36-e021-45dc-82b2-0007f41b704b {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1d4e3a36-e021-45dc-82b2-0007f41b704b .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


#s-1d4e3a36-e021-45dc-82b2-0007f41b704b .shogun-heading-component h1 a {
  color: rgba(122, 123, 20, 1);
}


#s-22319bff-79ff-4e71-9758-a127292e26ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-22319bff-79ff-4e71-9758-a127292e26ff {
  display: none;
}
#s-22319bff-79ff-4e71-9758-a127292e26ff, #wrap-s-22319bff-79ff-4e71-9758-a127292e26ff, #wrap-content-s-22319bff-79ff-4e71-9758-a127292e26ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22319bff-79ff-4e71-9758-a127292e26ff {
  display: none;
}
#s-22319bff-79ff-4e71-9758-a127292e26ff, #wrap-s-22319bff-79ff-4e71-9758-a127292e26ff, #wrap-content-s-22319bff-79ff-4e71-9758-a127292e26ff { display: none !important; }}@media (max-width: 767px){#s-22319bff-79ff-4e71-9758-a127292e26ff {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-22319bff-79ff-4e71-9758-a127292e26ff .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


#s-22319bff-79ff-4e71-9758-a127292e26ff .shogun-heading-component h1 a {
  color: rgba(122, 123, 20, 1);
}


#s-d01f4902-6599-4ab6-84b2-0f782b6f9a05 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d01f4902-6599-4ab6-84b2-0f782b6f9a05 {
  display: none;
}
#s-d01f4902-6599-4ab6-84b2-0f782b6f9a05, #wrap-s-d01f4902-6599-4ab6-84b2-0f782b6f9a05, #wrap-content-s-d01f4902-6599-4ab6-84b2-0f782b6f9a05 { display: none !important; }}@media (max-width: 767px){#s-d01f4902-6599-4ab6-84b2-0f782b6f9a05 {
  display: none;
}
#s-d01f4902-6599-4ab6-84b2-0f782b6f9a05, #wrap-s-d01f4902-6599-4ab6-84b2-0f782b6f9a05, #wrap-content-s-d01f4902-6599-4ab6-84b2-0f782b6f9a05 { display: none !important; }}
#s-d01f4902-6599-4ab6-84b2-0f782b6f9a05 .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-1874a407-972d-4088-aa29-8bcd611334a2 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
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-1874a407-972d-4088-aa29-8bcd611334a2:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1874a407-972d-4088-aa29-8bcd611334a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1874a407-972d-4088-aa29-8bcd611334a2-root {
    text-align: center;
  }


#s-1874a407-972d-4088-aa29-8bcd611334a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1874a407-972d-4088-aa29-8bcd611334a2-root {
    text-align: center;
  }


#s-1874a407-972d-4088-aa29-8bcd611334a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1874a407-972d-4088-aa29-8bcd611334a2-root {
    text-align: center;
  }


#s-1874a407-972d-4088-aa29-8bcd611334a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1874a407-972d-4088-aa29-8bcd611334a2-root {
    text-align: center;
  }


#s-1874a407-972d-4088-aa29-8bcd611334a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1874a407-972d-4088-aa29-8bcd611334a2-root {
    text-align: center;
  }


#s-1874a407-972d-4088-aa29-8bcd611334a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
aspect-ratio: 1920/559;
text-align: center;
}
@media (max-width: 767px){#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  display: none;
}
#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d, #wrap-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d, #wrap-content-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d { display: none !important; }}
#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }

    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-link {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    
  }



  img.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
    
    
    min-height: 300px;
    
  }


.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
  box-sizing: border-box;
}



.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
      --shg-aspect-ratio: calc(1920/559); 
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
      position: relative;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      
    }
  }

@media (min-width: 1200px){#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }

    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-link {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    
  }



  img.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
    
    
    min-height: 300px;
    
  }


.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
  box-sizing: border-box;
}



.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
      --shg-aspect-ratio: calc(1920/559); 
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
      position: relative;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }

    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-link {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    
  }



  img.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
    
    
    min-height: 300px;
    
  }


.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
  box-sizing: border-box;
}



.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
      --shg-aspect-ratio: calc(1920/559); 
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
      position: relative;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }

    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-link {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    
  }



  img.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
    
    
    min-height: 300px;
    
  }


.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
  box-sizing: border-box;
}



.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
      --shg-aspect-ratio: calc(1920/559); 
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
      position: relative;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      
    }
  }

}@media (max-width: 767px){#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }

    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-link {
      aspect-ratio: 1920/559;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    
  }



  img.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
    
    
    min-height: 300px;
    
  }


.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image {
  box-sizing: border-box;
}



.s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d {
      --shg-aspect-ratio: calc(1920/559); 
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container {
      position: relative;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4fe2543-5e21-453c-9e97-d4e6c2e8512d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      
    }
  }

}
#s-f8748d5a-6026-490e-9c33-132a4fc15915 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f8748d5a-6026-490e-9c33-132a4fc15915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8748d5a-6026-490e-9c33-132a4fc15915.shg-box.shg-c {
  justify-content: center;
}

#s-dbe28747-f431-4c28-9d3e-ba18e593ac1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbe28747-f431-4c28-9d3e-ba18e593ac1d {
  
}
}@media (max-width: 767px){#s-dbe28747-f431-4c28-9d3e-ba18e593ac1d {
  
}
}
#s-dbe28747-f431-4c28-9d3e-ba18e593ac1d .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-dbe28747-f431-4c28-9d3e-ba18e593ac1d .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}


}
#s-862de925-bddf-4efb-843e-86884294ccfb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-862de925-bddf-4efb-843e-86884294ccfb {
  display: none;
}
#s-862de925-bddf-4efb-843e-86884294ccfb, #wrap-s-862de925-bddf-4efb-843e-86884294ccfb, #wrap-content-s-862de925-bddf-4efb-843e-86884294ccfb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-862de925-bddf-4efb-843e-86884294ccfb {
  display: none;
}
#s-862de925-bddf-4efb-843e-86884294ccfb, #wrap-s-862de925-bddf-4efb-843e-86884294ccfb, #wrap-content-s-862de925-bddf-4efb-843e-86884294ccfb { display: none !important; }}@media (max-width: 767px){#s-862de925-bddf-4efb-843e-86884294ccfb {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-862de925-bddf-4efb-843e-86884294ccfb .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


#s-862de925-bddf-4efb-843e-86884294ccfb .shogun-heading-component h1 a {
  color: rgba(122, 123, 20, 1);
}

@media (max-width: 767px){#s-862de925-bddf-4efb-843e-86884294ccfb .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


#s-862de925-bddf-4efb-843e-86884294ccfb .shogun-heading-component h1 a {
  color: rgba(122, 123, 20, 1);
}

}
#s-379e578b-7d28-4d74-9390-e83fd4e572f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-379e578b-7d28-4d74-9390-e83fd4e572f1 {
  display: none;
}
#s-379e578b-7d28-4d74-9390-e83fd4e572f1, #wrap-s-379e578b-7d28-4d74-9390-e83fd4e572f1, #wrap-content-s-379e578b-7d28-4d74-9390-e83fd4e572f1 { display: none !important; }}@media (max-width: 767px){#s-379e578b-7d28-4d74-9390-e83fd4e572f1 {
  display: none;
}
#s-379e578b-7d28-4d74-9390-e83fd4e572f1, #wrap-s-379e578b-7d28-4d74-9390-e83fd4e572f1, #wrap-content-s-379e578b-7d28-4d74-9390-e83fd4e572f1 { display: none !important; }}
#s-379e578b-7d28-4d74-9390-e83fd4e572f1 .shogun-heading-component h1 {
  color: rgba(122, 123, 20, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-4f325240-6006-4c3d-8353-1282e2875c96 {
  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-4f325240-6006-4c3d-8353-1282e2875c96:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f325240-6006-4c3d-8353-1282e2875c96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f325240-6006-4c3d-8353-1282e2875c96-root {
    text-align: center;
  }


#s-4f325240-6006-4c3d-8353-1282e2875c96.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f325240-6006-4c3d-8353-1282e2875c96-root {
    text-align: center;
  }


#s-4f325240-6006-4c3d-8353-1282e2875c96.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f325240-6006-4c3d-8353-1282e2875c96-root {
    text-align: center;
  }


#s-4f325240-6006-4c3d-8353-1282e2875c96.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f325240-6006-4c3d-8353-1282e2875c96-root {
    text-align: center;
  }


#s-4f325240-6006-4c3d-8353-1282e2875c96.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f325240-6006-4c3d-8353-1282e2875c96-root {
    text-align: center;
  }


#s-4f325240-6006-4c3d-8353-1282e2875c96.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c18bc28c-ad3b-4410-913b-35d0eb323c32 {
  margin-top: 30px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c18bc28c-ad3b-4410-913b-35d0eb323c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c18bc28c-ad3b-4410-913b-35d0eb323c32.shg-box.shg-c {
  justify-content: center;
}

#s-75bd2d8b-69bd-4e20-b8c6-f787452695b2 {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75bd2d8b-69bd-4e20-b8c6-f787452695b2 {
  margin-left: 4%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-75bd2d8b-69bd-4e20-b8c6-f787452695b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75bd2d8b-69bd-4e20-b8c6-f787452695b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-75bd2d8b-69bd-4e20-b8c6-f787452695b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-75bd2d8b-69bd-4e20-b8c6-f787452695b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  min-height: 0px;
max-width: 1000px;
aspect-ratio: 1000/1145;
text-align: center;
}
@media (max-width: 767px){#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
  box-sizing: border-box;
}



.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
      position: relative;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
  box-sizing: border-box;
}



.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
      position: relative;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
  box-sizing: border-box;
}



.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
      position: relative;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
  box-sizing: border-box;
}



.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
      position: relative;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image {
  box-sizing: border-box;
}



.s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container {
      position: relative;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e790ff45-8169-4ee6-86f4-e72efb9379a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}
#s-237bf846-bcb7-4103-aaf1-5a843d50bc97 {
  min-height: 50px;
}








#s-237bf846-bcb7-4103-aaf1-5a843d50bc97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-237bf846-bcb7-4103-aaf1-5a843d50bc97 {
  cursor: pointer;
}#s-237bf846-bcb7-4103-aaf1-5a843d50bc97.shg-box.shg-c {
  justify-content: center;
}

#s-51cc6318-0366-4a4b-9c63-f844b6f73c2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51cc6318-0366-4a4b-9c63-f844b6f73c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51cc6318-0366-4a4b-9c63-f844b6f73c2c.shg-box.shg-c {
  justify-content: center;
}

#s-79d97840-9bbc-43a5-8941-540f2d0a8269 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-79d97840-9bbc-43a5-8941-540f2d0a8269 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79d97840-9bbc-43a5-8941-540f2d0a8269 {
  
}
}@media (max-width: 767px){#s-79d97840-9bbc-43a5-8941-540f2d0a8269 {
  
}
}
#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  min-height: 0px;
max-width: 1000px;
aspect-ratio: 1000/1145;
text-align: center;
}
@media (max-width: 767px){#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
  box-sizing: border-box;
}



.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
      position: relative;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
  box-sizing: border-box;
}



.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
      position: relative;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
  box-sizing: border-box;
}



.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
      position: relative;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
  box-sizing: border-box;
}



.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
      position: relative;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image {
  box-sizing: border-box;
}



.s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container {
      position: relative;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0134c3-ea99-4dc8-9d14-80730321f2ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}
#s-66898e8f-46d8-4633-9f72-4164c955dd7a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-66898e8f-46d8-4633-9f72-4164c955dd7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66898e8f-46d8-4633-9f72-4164c955dd7a {
  
}
}@media (max-width: 767px){#s-66898e8f-46d8-4633-9f72-4164c955dd7a {
  
}
}
#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  min-height: 0px;
max-width: 1000px;
aspect-ratio: 1000/1145;
text-align: center;
}
@media (max-width: 767px){#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  margin: 0 !important;
  overflow: visible;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add background color handling */
  
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
  box-sizing: border-box;
}



.s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
      position: relative;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  margin: 0 !important;
  overflow: visible;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add background color handling */
  
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
  box-sizing: border-box;
}



.s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
      position: relative;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  margin: 0 !important;
  overflow: visible;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add background color handling */
  
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
  box-sizing: border-box;
}



.s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
      position: relative;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  margin: 0 !important;
  overflow: visible;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add background color handling */
  
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
  box-sizing: border-box;
}



.s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
      position: relative;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  margin: 0 !important;
  overflow: visible;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add background color handling */
  
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }

    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-link {
      aspect-ratio: 1000/1145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1000px;
  }



  img.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
    
    
    min-height: 0px;
    max-height: 1000px;
  }


.s-d55b0443-92c0-415a-b5d6-8a5bff334507 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image {
  box-sizing: border-box;
}



.s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 {
      --shg-aspect-ratio: calc(1000/1145); 
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container {
      position: relative;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d55b0443-92c0-415a-b5d6-8a5bff334507 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1000px;
    }
  }

}
#s-0f9f5bcf-05bb-4b53-abea-6ec24eb0e3c0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0f9f5bcf-05bb-4b53-abea-6ec24eb0e3c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f9f5bcf-05bb-4b53-abea-6ec24eb0e3c0 {
  
}
}@media (max-width: 767px){#s-0f9f5bcf-05bb-4b53-abea-6ec24eb0e3c0 {
  
}
}
#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2 {
  cursor: pointer;
}#s-e3648aeb-3565-4a1f-be96-a78df46ea2b2.shg-box.shg-c {
  justify-content: center;
}

#s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e66d411c-0e3a-47ed-9b57-ab5e8d6bed0a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bf5a3738-780d-4ef8-b722-b2839739c800 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-bf5a3738-780d-4ef8-b722-b2839739c800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf5a3738-780d-4ef8-b722-b2839739c800.shg-box.shg-c {
  justify-content: center;
}

#s-11d3d774-6e0d-4895-9854-ac959bc0eb7c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-11d3d774-6e0d-4895-9854-ac959bc0eb7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6ed47e34-3f80-4e29-a346-e83c44721148 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-6ed47e34-3f80-4e29-a346-e83c44721148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ed47e34-3f80-4e29-a346-e83c44721148 {
  cursor: pointer;
}#s-6ed47e34-3f80-4e29-a346-e83c44721148.shg-box.shg-c {
  justify-content: center;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image {
  box-sizing: border-box;
}



.s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container {
      position: relative;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6a19620-0f77-41fd-b665-ff5e10a152c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f {
  cursor: pointer;
}#s-6c5fe9d2-5221-4177-801b-5a6e7e1fab5f.shg-box.shg-c {
  justify-content: center;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  margin: 0 !important;
  overflow: visible;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a58fbc50-406a-4a9d-97ae-00e57539911b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add background color handling */
  
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a58fbc50-406a-4a9d-97ae-00e57539911b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a58fbc50-406a-4a9d-97ae-00e57539911b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image {
  box-sizing: border-box;
}



.s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a58fbc50-406a-4a9d-97ae-00e57539911b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container {
      position: relative;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a58fbc50-406a-4a9d-97ae-00e57539911b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-43cc8735-96e5-4695-a755-a75610a34bb3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-43cc8735-96e5-4695-a755-a75610a34bb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-083c3336-aea3-4be4-8123-b583320e37b4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-083c3336-aea3-4be4-8123-b583320e37b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-083c3336-aea3-4be4-8123-b583320e37b4 {
  cursor: pointer;
}#s-083c3336-aea3-4be4-8123-b583320e37b4.shg-box.shg-c {
  justify-content: center;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  margin: 0 !important;
  overflow: visible;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95d41c9-2aba-49d6-848d-8400c28933bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add background color handling */
  
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e95d41c9-2aba-49d6-848d-8400c28933bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-e95d41c9-2aba-49d6-848d-8400c28933bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image {
  box-sizing: border-box;
}



.s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e95d41c9-2aba-49d6-848d-8400c28933bc {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container {
      position: relative;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e95d41c9-2aba-49d6-848d-8400c28933bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0 {
  cursor: pointer;
}#s-9b96c3f5-3742-4f5a-81ce-edce539bafe0.shg-box.shg-c {
  justify-content: center;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image {
  box-sizing: border-box;
}



.s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container {
      position: relative;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1e981b9-8f05-4551-9ecf-585a7d2dcee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-3dae46c6-3eff-4ac5-8256-6f3bf4aa75db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3dae46c6-3eff-4ac5-8256-6f3bf4aa75db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dae46c6-3eff-4ac5-8256-6f3bf4aa75db.shg-box.shg-c {
  justify-content: center;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image {
  box-sizing: border-box;
}



.s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container {
      position: relative;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e72271f-6330-4ef9-a2fc-f4a72c3a27f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-357576c8-6dc1-47de-8aad-58cc39c2fcad {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-357576c8-6dc1-47de-8aad-58cc39c2fcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-357576c8-6dc1-47de-8aad-58cc39c2fcad {
  cursor: pointer;
}#s-357576c8-6dc1-47de-8aad-58cc39c2fcad.shg-box.shg-c {
  justify-content: center;
}

#s-8fd823f2-6321-43b6-ba39-c4f73ba59646 {
  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-8fd823f2-6321-43b6-ba39-c4f73ba59646 {
  
}
}
#s-8fd823f2-6321-43b6-ba39-c4f73ba59646 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  display: none;
}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-content-s-1f7d4d63-f6e4-4e07-ade4-134025d90090 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  display: none;
}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-content-s-1f7d4d63-f6e4-4e07-ade4-134025d90090 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 {
  display: none;
}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-s-1f7d4d63-f6e4-4e07-ade4-134025d90090, #wrap-content-s-1f7d4d63-f6e4-4e07-ade4-134025d90090 { display: none !important; }}
#s-1f7d4d63-f6e4-4e07-ade4-134025d90090 .shogun-heading-component h1 {
  color: rgba(154, 11, 95, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 {
  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-ded82ac5-aa62-430b-a9b9-5d73dfea6007 {
  display: none;
}
#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007, #wrap-s-ded82ac5-aa62-430b-a9b9-5d73dfea6007, #wrap-content-s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 { display: none !important; }}@media (max-width: 767px){#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-ded82ac5-aa62-430b-a9b9-5d73dfea6007 .shogun-heading-component h1 {
  color: rgba(154, 11, 95, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  display: none;
}
#s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-content-s-55057536-3933-40c0-b8f5-9d591d3d450e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  display: none;
}
#s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-content-s-55057536-3933-40c0-b8f5-9d591d3d450e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  
}
}@media (max-width: 767px){#s-55057536-3933-40c0-b8f5-9d591d3d450e {
  display: none;
}
#s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-s-55057536-3933-40c0-b8f5-9d591d3d450e, #wrap-content-s-55057536-3933-40c0-b8f5-9d591d3d450e { display: none !important; }}
#s-55057536-3933-40c0-b8f5-9d591d3d450e .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  
}



#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 {
  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-b7f5085f-1c1d-480b-a058-f68d74e28ba4 {
  display: none;
}
#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4, #wrap-s-b7f5085f-1c1d-480b-a058-f68d74e28ba4, #wrap-content-s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 { display: none !important; }}
#s-b7f5085f-1c1d-480b-a058-f68d74e28ba4 .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-9f7244b7-a031-4f6d-9529-8f997195c355 {
  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-9f7244b7-a031-4f6d-9529-8f997195c355:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f7244b7-a031-4f6d-9529-8f997195c355:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f7244b7-a031-4f6d-9529-8f997195c355-root {
    text-align: center;
  }


#s-9f7244b7-a031-4f6d-9529-8f997195c355.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512 {
  cursor: pointer;
}#s-4a435fe9-a32a-4e12-ba0e-cc3294b19512.shg-box.shg-c {
  justify-content: center;
}

#s-67c3ad95-6453-4f1f-81fa-e4e681878c69 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67c3ad95-6453-4f1f-81fa-e4e681878c69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin-left: auto;
margin-right: auto;
max-width: 1792px;
aspect-ratio: 1792/2011;
text-align: center;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

@media (min-width: 1200px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}@media (max-width: 767px){#s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  margin: 0 !important;
  overflow: visible;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add background color handling */
  
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }

    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-link {
      aspect-ratio: 1792/2011;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1792px;
  }



  img.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
    
    
    
    max-height: 1792px;
  }


.s-5725b9c7-2040-4e9b-9234-03c30ad52318 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image {
  box-sizing: border-box;
}



.s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 {
      --shg-aspect-ratio: calc(1792/2011); 
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container {
      position: relative;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b9c7-2040-4e9b-9234-03c30ad52318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1792px;
    }
  }

}
#s-84430eab-8745-457d-a3e6-07eaceaf3a7d {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.29);
}








#s-84430eab-8745-457d-a3e6-07eaceaf3a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84430eab-8745-457d-a3e6-07eaceaf3a7d {
  cursor: pointer;
}#s-84430eab-8745-457d-a3e6-07eaceaf3a7d.shg-box.shg-c {
  justify-content: center;
}

#s-0a251fa3-fc8a-47a5-982c-a311f20717fd {
  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-0a251fa3-fc8a-47a5-982c-a311f20717fd {
  
}
}
#s-0a251fa3-fc8a-47a5-982c-a311f20717fd .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  display: none;
}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-content-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  display: none;
}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-content-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e {
  display: none;
}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e, #wrap-content-s-4e41e53c-408e-4830-9bbb-756f2ad92d3e { display: none !important; }}
#s-4e41e53c-408e-4830-9bbb-756f2ad92d3e .shogun-heading-component h1 {
  color: rgba(154, 11, 95, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-7b6df591-f163-44df-b619-381eab8423e8 {
  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-7b6df591-f163-44df-b619-381eab8423e8 {
  display: none;
}
#s-7b6df591-f163-44df-b619-381eab8423e8, #wrap-s-7b6df591-f163-44df-b619-381eab8423e8, #wrap-content-s-7b6df591-f163-44df-b619-381eab8423e8 { display: none !important; }}@media (max-width: 767px){#s-7b6df591-f163-44df-b619-381eab8423e8 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-7b6df591-f163-44df-b619-381eab8423e8 .shogun-heading-component h1 {
  color: rgba(154, 11, 95, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-df7f2c35-149b-4605-897c-e9e5c29253b2 {
  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-df7f2c35-149b-4605-897c-e9e5c29253b2 {
  
}
}
#s-df7f2c35-149b-4605-897c-e9e5c29253b2 .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-4d85af14-d437-47cb-8ae3-b293ad258e3c {
  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-4d85af14-d437-47cb-8ae3-b293ad258e3c:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d85af14-d437-47cb-8ae3-b293ad258e3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d85af14-d437-47cb-8ae3-b293ad258e3c-root {
    text-align: center;
  }


#s-4d85af14-d437-47cb-8ae3-b293ad258e3c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b67c4a54-1680-4f43-8efc-3d81955e135c {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-b67c4a54-1680-4f43-8efc-3d81955e135c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b67c4a54-1680-4f43-8efc-3d81955e135c.shg-box.shg-c {
  justify-content: center;
}

#s-1275552b-5424-45e1-8b3e-ad4684c7c1f5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1275552b-5424-45e1-8b3e-ad4684c7c1f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a70201e3-9446-4ef8-a061-275bdce865ae {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-a70201e3-9446-4ef8-a061-275bdce865ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a70201e3-9446-4ef8-a061-275bdce865ae {
  cursor: pointer;
}#s-a70201e3-9446-4ef8-a061-275bdce865ae.shg-box.shg-c {
  justify-content: center;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  margin: 0 !important;
  overflow: visible;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a390f716-fb1b-44a4-b275-51e7d624c150 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add background color handling */
  
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a390f716-fb1b-44a4-b275-51e7d624c150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a390f716-fb1b-44a4-b275-51e7d624c150 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image {
  box-sizing: border-box;
}



.s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a390f716-fb1b-44a4-b275-51e7d624c150 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container {
      position: relative;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a390f716-fb1b-44a4-b275-51e7d624c150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-41e66e50-a0d0-4da0-959f-f7391a1ed855 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-41e66e50-a0d0-4da0-959f-f7391a1ed855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41e66e50-a0d0-4da0-959f-f7391a1ed855 {
  cursor: pointer;
}#s-41e66e50-a0d0-4da0-959f-f7391a1ed855.shg-box.shg-c {
  justify-content: center;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  margin: 0 !important;
  overflow: visible;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add background color handling */
  
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-a052eda8-e95a-44d5-9bf8-423c649d8833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image {
  box-sizing: border-box;
}



.s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container {
      position: relative;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a052eda8-e95a-44d5-9bf8-423c649d8833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-76f11e23-2831-432c-8aef-a90b18b9f0a4 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-76f11e23-2831-432c-8aef-a90b18b9f0a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46 {
  cursor: pointer;
}#s-d9224dd8-38d9-4c52-8ce1-edd9b91d3d46.shg-box.shg-c {
  justify-content: center;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  margin: 0 !important;
  overflow: visible;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faedf527-6a64-40cd-b70c-89fc3582f82b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add background color handling */
  
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faedf527-6a64-40cd-b70c-89fc3582f82b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-faedf527-6a64-40cd-b70c-89fc3582f82b .shogun-image-content {
  
    justify-content: center;
  
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image {
  box-sizing: border-box;
}



.s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faedf527-6a64-40cd-b70c-89fc3582f82b {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container {
      position: relative;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faedf527-6a64-40cd-b70c-89fc3582f82b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#s-d0ae84df-be41-4558-9459-c87ce9ed291a {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-d0ae84df-be41-4558-9459-c87ce9ed291a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ae84df-be41-4558-9459-c87ce9ed291a {
  cursor: pointer;
}#s-d0ae84df-be41-4558-9459-c87ce9ed291a.shg-box.shg-c {
  justify-content: center;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin-left: auto;
margin-right: auto;
max-width: 835px;
aspect-ratio: 835/937;
text-align: center;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

@media (min-width: 1200px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}@media (max-width: 767px){#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }

    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-link {
      aspect-ratio: 835/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 835px;
  }



  img.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
    
    
    
    max-height: 835px;
  }


.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image {
  box-sizing: border-box;
}



.s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e {
      --shg-aspect-ratio: calc(835/937); 
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container {
      position: relative;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfcd4f6d-ff7b-4353-a88c-3c945e09dc4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 835px;
    }
  }

}
#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-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: 35px;
  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(154, 11, 95, 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(154, 11, 95, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 17px;
  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: 24px;
  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: 13px;
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;}

  #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 ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#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 > .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}