.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-3aeeb96d-8122-43fd-822e-5d9815c2d8a5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-3aeeb96d-8122-43fd-822e-5d9815c2d8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aeeb96d-8122-43fd-822e-5d9815c2d8a5 {
  cursor: pointer;
}#s-3aeeb96d-8122-43fd-822e-5d9815c2d8a5.shg-box.shg-c {
  justify-content: center;
}

#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center top;
}

#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66fc3916-ae93-4486-ad96-40acc4695e3e {
  background-image: url(https://i.shgcdn.com/df0b7a69-a79f-4779-9d1b-b1d191494a40/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-66fc3916-ae93-4486-ad96-40acc4695e3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66fc3916-ae93-4486-ad96-40acc4695e3e.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-abd78a97-20b4-4ad7-ac7b-b2906e3d5fe4 {
  margin-top: 19px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}

#s-abd78a97-20b4-4ad7-ac7b-b2906e3d5fe4 .shogun-heading-component h1 {
  color: rgba(225, 167, 26, 1);
  font-weight:  normal ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}



#s-b51bd8b8-5d06-4106-a038-7042737bc954 {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b51bd8b8-5d06-4106-a038-7042737bc954 {
  display: none;
}
#s-b51bd8b8-5d06-4106-a038-7042737bc954, #wrap-s-b51bd8b8-5d06-4106-a038-7042737bc954, #wrap-content-s-b51bd8b8-5d06-4106-a038-7042737bc954 { display: none !important; }}@media (max-width: 767px){#s-b51bd8b8-5d06-4106-a038-7042737bc954 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-b51bd8b8-5d06-4106-a038-7042737bc954 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 51px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db {
  margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db {
  display: none;
}
#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db, #wrap-s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db, #wrap-content-s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db {
  display: none;
}
#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db, #wrap-s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db, #wrap-content-s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db { display: none !important; }}@media (max-width: 767px){#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db {
  margin-left: 7%;
margin-right: 7%;
display: none;
}
#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db, #wrap-s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db, #wrap-content-s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db { display: none !important; }}
#s-0f8548ce-4865-44f1-b7dc-d84d7f47d3db .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 71px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-c156e041-6bcf-4b30-b140-950ff7021174 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 24px;
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-c156e041-6bcf-4b30-b140-950ff7021174:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c156e041-6bcf-4b30-b140-950ff7021174:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c156e041-6bcf-4b30-b140-950ff7021174-root {
    text-align: center;
  }


#s-c156e041-6bcf-4b30-b140-950ff7021174.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c156e041-6bcf-4b30-b140-950ff7021174-root {
    text-align: center;
  }


#s-c156e041-6bcf-4b30-b140-950ff7021174.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c156e041-6bcf-4b30-b140-950ff7021174-root {
    text-align: center;
  }


#s-c156e041-6bcf-4b30-b140-950ff7021174.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c156e041-6bcf-4b30-b140-950ff7021174-root {
    text-align: center;
  }


#s-c156e041-6bcf-4b30-b140-950ff7021174.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c156e041-6bcf-4b30-b140-950ff7021174-root {
    text-align: center;
  }


#s-c156e041-6bcf-4b30-b140-950ff7021174.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  margin-top: 5px;
max-width: 1208px;
aspect-ratio: 1208/1243;
text-align: center;
}
@media (min-width: 1200px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  display: none;
}
#s-20021419-4fdd-4582-847b-02438dc1bd1c, #wrap-s-20021419-4fdd-4582-847b-02438dc1bd1c, #wrap-content-s-20021419-4fdd-4582-847b-02438dc1bd1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  display: none;
}
#s-20021419-4fdd-4582-847b-02438dc1bd1c, #wrap-s-20021419-4fdd-4582-847b-02438dc1bd1c, #wrap-content-s-20021419-4fdd-4582-847b-02438dc1bd1c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  display: none;
}
#s-20021419-4fdd-4582-847b-02438dc1bd1c, #wrap-s-20021419-4fdd-4582-847b-02438dc1bd1c, #wrap-content-s-20021419-4fdd-4582-847b-02438dc1bd1c { display: none !important; }}
#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  margin: 0 !important;
  overflow: visible;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add background color handling */
  
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }

    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-link {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1208px;
  }



  img.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
    
    
    
    max-height: 1208px;
  }


.s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
  box-sizing: border-box;
}



.s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20021419-4fdd-4582-847b-02438dc1bd1c {
      --shg-aspect-ratio: calc(1208/1243); 
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
      position: relative;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1208px;
    }
  }

@media (min-width: 1200px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  margin: 0 !important;
  overflow: visible;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add background color handling */
  
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }

    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-link {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1208px;
  }



  img.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
    
    
    
    max-height: 1208px;
  }


.s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
  box-sizing: border-box;
}



.s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20021419-4fdd-4582-847b-02438dc1bd1c {
      --shg-aspect-ratio: calc(1208/1243); 
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
      position: relative;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1208px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  margin: 0 !important;
  overflow: visible;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add background color handling */
  
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }

    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-link {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1208px;
  }



  img.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
    
    
    
    max-height: 1208px;
  }


.s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
  box-sizing: border-box;
}



.s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20021419-4fdd-4582-847b-02438dc1bd1c {
      --shg-aspect-ratio: calc(1208/1243); 
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
      position: relative;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1208px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  margin: 0 !important;
  overflow: visible;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add background color handling */
  
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }

    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-link {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1208px;
  }



  img.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
    
    
    
    max-height: 1208px;
  }


.s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
  box-sizing: border-box;
}



.s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20021419-4fdd-4582-847b-02438dc1bd1c {
      --shg-aspect-ratio: calc(1208/1243); 
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
      position: relative;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1208px;
    }
  }

}@media (max-width: 767px){#s-20021419-4fdd-4582-847b-02438dc1bd1c {
  margin: 0 !important;
  overflow: visible;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20021419-4fdd-4582-847b-02438dc1bd1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add background color handling */
  
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }

    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-link {
      aspect-ratio: 1208/1243;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20021419-4fdd-4582-847b-02438dc1bd1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1208px;
  }



  img.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
    
    
    
    max-height: 1208px;
  }


.s-20021419-4fdd-4582-847b-02438dc1bd1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image {
  box-sizing: border-box;
}



.s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20021419-4fdd-4582-847b-02438dc1bd1c {
      --shg-aspect-ratio: calc(1208/1243); 
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container {
      position: relative;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20021419-4fdd-4582-847b-02438dc1bd1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1208px;
    }
  }

}
#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  margin-top: 2px;
margin-bottom: 2px;
max-width: 2048px;
aspect-ratio: 2048/584;
text-align: center;
}
@media (max-width: 767px){#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  display: none;
}
#s-12d20840-0a2b-466a-9a28-d8f5af3994ea, #wrap-s-12d20840-0a2b-466a-9a28-d8f5af3994ea, #wrap-content-s-12d20840-0a2b-466a-9a28-d8f5af3994ea { display: none !important; }}
#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  margin: 0 !important;
  overflow: visible;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add background color handling */
  
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }

    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-link {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
  box-sizing: border-box;
}



.s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
      --shg-aspect-ratio: calc(2048/584); 
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
      position: relative;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  margin: 0 !important;
  overflow: visible;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add background color handling */
  
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }

    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-link {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
  box-sizing: border-box;
}



.s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
      --shg-aspect-ratio: calc(2048/584); 
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
      position: relative;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  margin: 0 !important;
  overflow: visible;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add background color handling */
  
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }

    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-link {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
  box-sizing: border-box;
}



.s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
      --shg-aspect-ratio: calc(2048/584); 
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
      position: relative;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  margin: 0 !important;
  overflow: visible;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add background color handling */
  
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }

    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-link {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
  box-sizing: border-box;
}



.s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
      --shg-aspect-ratio: calc(2048/584); 
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
      position: relative;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  margin: 0 !important;
  overflow: visible;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add background color handling */
  
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }

    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-link {
      aspect-ratio: 2048/584;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-12d20840-0a2b-466a-9a28-d8f5af3994ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image {
  box-sizing: border-box;
}



.s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea {
      --shg-aspect-ratio: calc(2048/584); 
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container {
      position: relative;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d20840-0a2b-466a-9a28-d8f5af3994ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-91e5e549-feec-46a6-8f5b-c6a2724955d4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-91e5e549-feec-46a6-8f5b-c6a2724955d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91e5e549-feec-46a6-8f5b-c6a2724955d4 {
  cursor: pointer;
}#s-91e5e549-feec-46a6-8f5b-c6a2724955d4.shg-box.shg-c {
  justify-content: center;
}

#s-93aa8441-d3ac-4e73-852e-d17e63079b66 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-93aa8441-d3ac-4e73-852e-d17e63079b66 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-93aa8441-d3ac-4e73-852e-d17e63079b66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-dd1e8489-945e-418f-b091-f2c58e9569f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dd1e8489-945e-418f-b091-f2c58e9569f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd1e8489-945e-418f-b091-f2c58e9569f5.shg-box.shg-c {
  justify-content: center;
}

#s-25a0e8ed-0619-4445-adc7-5dc4b4a2137a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-25a0e8ed-0619-4445-adc7-5dc4b4a2137a {
  margin-bottom: 20px;
}
}







#s-25a0e8ed-0619-4445-adc7-5dc4b4a2137a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25a0e8ed-0619-4445-adc7-5dc4b4a2137a.shg-box.shg-c {
  justify-content: center;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  margin-left: 8%;
margin-right: 79%;
max-width: 261px;
aspect-ratio: 261/201;
text-align: left;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
  box-sizing: border-box;
}



.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
      position: relative;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

@media (min-width: 1200px){#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
  box-sizing: border-box;
}



.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
      position: relative;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
  box-sizing: border-box;
}



.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
      position: relative;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
  box-sizing: border-box;
}



.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
      position: relative;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (max-width: 767px){#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }

    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-link {
      aspect-ratio: 261/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image {
  box-sizing: border-box;
}



.s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 {
      --shg-aspect-ratio: calc(261/201); 
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container {
      position: relative;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0b84c8-deb3-41d6-9c7e-81d27917bc94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}
#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 {
  display: none;
}
#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453, #wrap-s-1f1cd4e4-9720-4bd3-8b59-5508ae673453, #wrap-content-s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 {
  display: none;
}
#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453, #wrap-s-1f1cd4e4-9720-4bd3-8b59-5508ae673453, #wrap-content-s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 {
  
}
}@media (max-width: 767px){#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453, #wrap-s-1f1cd4e4-9720-4bd3-8b59-5508ae673453, #wrap-content-s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 { display: none !important; }}
#s-1f1cd4e4-9720-4bd3-8b59-5508ae673453 .shogun-heading-component h1 {
  color: rgba(226, 37, 16, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-79c59820-a25e-49f4-b5f1-64140f77f4d8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-79c59820-a25e-49f4-b5f1-64140f77f4d8 {
  display: none;
}
#s-79c59820-a25e-49f4-b5f1-64140f77f4d8, #wrap-s-79c59820-a25e-49f4-b5f1-64140f77f4d8, #wrap-content-s-79c59820-a25e-49f4-b5f1-64140f77f4d8 { display: none !important; }}@media (max-width: 767px){#s-79c59820-a25e-49f4-b5f1-64140f77f4d8 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-79c59820-a25e-49f4-b5f1-64140f77f4d8 .shogun-heading-component h1 {
  color: rgba(226, 37, 16, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  margin-left: 6%;
margin-bottom: 2px;
margin-right: 6%;
max-width: 1306px;
aspect-ratio: 1306/269;
text-align: center;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  margin: 0 !important;
  overflow: visible;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add background color handling */
  
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }

    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-link {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-content {
  
    justify-content: center;
  
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
  box-sizing: border-box;
}



.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
      --shg-aspect-ratio: calc(1306/269); 
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
      position: relative;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

@media (min-width: 1200px){#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  margin: 0 !important;
  overflow: visible;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add background color handling */
  
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }

    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-link {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-content {
  
    justify-content: center;
  
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
  box-sizing: border-box;
}



.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
      --shg-aspect-ratio: calc(1306/269); 
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
      position: relative;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  margin: 0 !important;
  overflow: visible;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add background color handling */
  
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }

    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-link {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-content {
  
    justify-content: center;
  
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
  box-sizing: border-box;
}



.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
      --shg-aspect-ratio: calc(1306/269); 
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
      position: relative;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  margin: 0 !important;
  overflow: visible;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add background color handling */
  
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }

    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-link {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-content {
  
    justify-content: center;
  
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
  box-sizing: border-box;
}



.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
      --shg-aspect-ratio: calc(1306/269); 
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
      position: relative;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}@media (max-width: 767px){#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  margin: 0 !important;
  overflow: visible;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add background color handling */
  
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }

    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-link {
      aspect-ratio: 1306/269;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1306px;
  }



  img.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
    
    
    
    max-height: 1306px;
  }


.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c .shogun-image-content {
  
    justify-content: center;
  
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image {
  box-sizing: border-box;
}



.s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c {
      --shg-aspect-ratio: calc(1306/269); 
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container {
      position: relative;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-694f7ee3-0bf9-43e6-bdf0-8fea8272563c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1306px;
    }
  }

}
#s-82d866e6-89f0-4399-86af-807a3b670b41 {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-82d866e6-89f0-4399-86af-807a3b670b41 {
  display: none;
}
#s-82d866e6-89f0-4399-86af-807a3b670b41, #wrap-s-82d866e6-89f0-4399-86af-807a3b670b41, #wrap-content-s-82d866e6-89f0-4399-86af-807a3b670b41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82d866e6-89f0-4399-86af-807a3b670b41 {
  display: none;
}
#s-82d866e6-89f0-4399-86af-807a3b670b41, #wrap-s-82d866e6-89f0-4399-86af-807a3b670b41, #wrap-content-s-82d866e6-89f0-4399-86af-807a3b670b41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82d866e6-89f0-4399-86af-807a3b670b41 {
  
}
}@media (max-width: 767px){#s-82d866e6-89f0-4399-86af-807a3b670b41 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-82d866e6-89f0-4399-86af-807a3b670b41, #wrap-s-82d866e6-89f0-4399-86af-807a3b670b41, #wrap-content-s-82d866e6-89f0-4399-86af-807a3b670b41 { display: none !important; }}
#s-82d866e6-89f0-4399-86af-807a3b670b41 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5fa989b7-da5a-40c5-b50b-642865bf7d22 {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fa989b7-da5a-40c5-b50b-642865bf7d22 {
  display: none;
}
#s-5fa989b7-da5a-40c5-b50b-642865bf7d22, #wrap-s-5fa989b7-da5a-40c5-b50b-642865bf7d22, #wrap-content-s-5fa989b7-da5a-40c5-b50b-642865bf7d22 { display: none !important; }}@media (max-width: 767px){#s-5fa989b7-da5a-40c5-b50b-642865bf7d22 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5fa989b7-da5a-40c5-b50b-642865bf7d22 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (max-width: 767px){#s-5fa989b7-da5a-40c5-b50b-642865bf7d22 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-9a24ca72-a222-4461-9db4-01c2dce73003 {
  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-9a24ca72-a222-4461-9db4-01c2dce73003:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a24ca72-a222-4461-9db4-01c2dce73003:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a24ca72-a222-4461-9db4-01c2dce73003-root {
    text-align: center;
  }


#s-9a24ca72-a222-4461-9db4-01c2dce73003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a24ca72-a222-4461-9db4-01c2dce73003-root {
    text-align: center;
  }


#s-9a24ca72-a222-4461-9db4-01c2dce73003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a24ca72-a222-4461-9db4-01c2dce73003-root {
    text-align: center;
  }


#s-9a24ca72-a222-4461-9db4-01c2dce73003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a24ca72-a222-4461-9db4-01c2dce73003-root {
    text-align: center;
  }


#s-9a24ca72-a222-4461-9db4-01c2dce73003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a24ca72-a222-4461-9db4-01c2dce73003-root {
    text-align: center;
  }


#s-9a24ca72-a222-4461-9db4-01c2dce73003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-94a5ed0b-189e-4f2f-9f3d-7be2a3a4a70f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-94a5ed0b-189e-4f2f-9f3d-7be2a3a4a70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94a5ed0b-189e-4f2f-9f3d-7be2a3a4a70f.shg-box.shg-c {
  justify-content: center;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  max-width: 1298px;
aspect-ratio: 1298/795;
text-align: center;
}
@media (max-width: 767px){#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  margin-top: 20px;
}
}
#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }

    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-link {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1298px;
  }



  img.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
    
    
    
    max-height: 1298px;
  }


.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
  box-sizing: border-box;
}



.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
      --shg-aspect-ratio: calc(1298/795); 
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
      position: relative;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1298px;
    }
  }

@media (min-width: 1200px){#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }

    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-link {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1298px;
  }



  img.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
    
    
    
    max-height: 1298px;
  }


.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
  box-sizing: border-box;
}



.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
      --shg-aspect-ratio: calc(1298/795); 
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
      position: relative;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1298px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }

    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-link {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1298px;
  }



  img.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
    
    
    
    max-height: 1298px;
  }


.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
  box-sizing: border-box;
}



.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
      --shg-aspect-ratio: calc(1298/795); 
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
      position: relative;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1298px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }

    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-link {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1298px;
  }



  img.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
    
    
    
    max-height: 1298px;
  }


.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
  box-sizing: border-box;
}



.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
      --shg-aspect-ratio: calc(1298/795); 
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
      position: relative;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1298px;
    }
  }

}@media (max-width: 767px){#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  margin: 0 !important;
  overflow: visible;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add background color handling */
  
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }

    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-link {
      aspect-ratio: 1298/795;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1298px;
  }



  img.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
    
    
    
    max-height: 1298px;
  }


.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image {
  box-sizing: border-box;
}



.s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a {
      --shg-aspect-ratio: calc(1298/795); 
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container {
      position: relative;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f0129d7-ddd7-45c9-9fbb-a9503395302a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1298px;
    }
  }

}
#s-ec1155d7-5170-49e9-9b54-c6caeae15e7a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-ec1155d7-5170-49e9-9b54-c6caeae15e7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec1155d7-5170-49e9-9b54-c6caeae15e7a {
  cursor: pointer;
}#s-ec1155d7-5170-49e9-9b54-c6caeae15e7a.shg-box.shg-c {
  justify-content: center;
}

#s-d3844312-c4bc-4279-9da2-f5066d99cf7b {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-d3844312-c4bc-4279-9da2-f5066d99cf7b {
  
}
}







#s-d3844312-c4bc-4279-9da2-f5066d99cf7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3844312-c4bc-4279-9da2-f5066d99cf7b.shg-box.shg-c {
  justify-content: center;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/668;
text-align: center;
}
@media (max-width: 767px){#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  display: none;
}
#s-f6f404c8-7e9f-4007-a627-a603e4f99d07, #wrap-s-f6f404c8-7e9f-4007-a627-a603e4f99d07, #wrap-content-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 { display: none !important; }}
#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }

    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-link {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
  box-sizing: border-box;
}



.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
      --shg-aspect-ratio: calc(2560/668); 
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
      position: relative;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }

    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-link {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
  box-sizing: border-box;
}



.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
      --shg-aspect-ratio: calc(2560/668); 
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
      position: relative;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }

    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-link {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
  box-sizing: border-box;
}



.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
      --shg-aspect-ratio: calc(2560/668); 
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
      position: relative;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }

    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-link {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
  box-sizing: border-box;
}



.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
      --shg-aspect-ratio: calc(2560/668); 
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
      position: relative;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }

    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-link {
      aspect-ratio: 2560/668;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image {
  box-sizing: border-box;
}



.s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 {
      --shg-aspect-ratio: calc(2560/668); 
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container {
      position: relative;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f404c8-7e9f-4007-a627-a603e4f99d07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-462a2041-a5b2-481c-83da-0793c7b20626 {
  margin-left: 4%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (max-width: 767px) {
  [id="s-462a2041-a5b2-481c-83da-0793c7b20626"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e760f5ef-84ff-472c-acf8-05cef717ab88 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e760f5ef-84ff-472c-acf8-05cef717ab88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e760f5ef-84ff-472c-acf8-05cef717ab88.shg-box.shg-c {
  justify-content: center;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin-left: 0%;
margin-right: 0%;
max-width: 930px;
aspect-ratio: 930/756;
text-align: center;
}
@media (max-width: 767px){#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin-top: 8px;
display: none;
}
#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f, #wrap-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f, #wrap-content-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f { display: none !important; }}
#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
  box-sizing: border-box;
}



.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
      position: relative;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
  box-sizing: border-box;
}



.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
      position: relative;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f 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-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
  box-sizing: border-box;
}



.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
      position: relative;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f 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-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
  box-sizing: border-box;
}



.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
      position: relative;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  margin: 0 !important;
  overflow: visible;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add background color handling */
  
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image {
  box-sizing: border-box;
}



.s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container {
      position: relative;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cb81b53-42e4-4f38-a08b-1f37b2e0cb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-a092dc51-02d6-4d26-9735-7b541ef8a706 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a092dc51-02d6-4d26-9735-7b541ef8a706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a092dc51-02d6-4d26-9735-7b541ef8a706.shg-box.shg-c {
  justify-content: center;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  margin-top: 1px;
margin-left: 42%;
margin-bottom: 1px;
margin-right: 42%;
max-width: 803px;
aspect-ratio: 803/335;
text-align: center;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 42%;
  margin-right: 42%;
  margin-top: 1px;
  margin-bottom: 1px;
}

.shg-image-content-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
  box-sizing: border-box;
}



.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
      position: relative;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

@media (min-width: 1200px){#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
  box-sizing: border-box;
}



.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
      position: relative;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
  box-sizing: border-box;
}



.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
      position: relative;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
  box-sizing: border-box;
}



.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
      position: relative;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (max-width: 767px){#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image {
  box-sizing: border-box;
}



.s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container {
      position: relative;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5ede3e-c0e3-4e3a-9ab4-d762800fb374 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}
#s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4 {
  display: none;
}
#s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4, #wrap-s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4, #wrap-content-s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4 {
  display: none;
}
#s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4, #wrap-s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4, #wrap-content-s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4 { display: none !important; }}
#s-e24fd503-af0c-43d8-9a3d-f3672dcc27b4 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  letter-spacing: 2px;
  
}



#s-9a26ee0a-2108-4fc0-bfd3-d18966a84413 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a26ee0a-2108-4fc0-bfd3-d18966a84413 {
  display: none;
}
#s-9a26ee0a-2108-4fc0-bfd3-d18966a84413, #wrap-s-9a26ee0a-2108-4fc0-bfd3-d18966a84413, #wrap-content-s-9a26ee0a-2108-4fc0-bfd3-d18966a84413 { display: none !important; }}@media (max-width: 767px){#s-9a26ee0a-2108-4fc0-bfd3-d18966a84413 {
  display: none;
}
#s-9a26ee0a-2108-4fc0-bfd3-d18966a84413, #wrap-s-9a26ee0a-2108-4fc0-bfd3-d18966a84413, #wrap-content-s-9a26ee0a-2108-4fc0-bfd3-d18966a84413 { display: none !important; }}
#s-9a26ee0a-2108-4fc0-bfd3-d18966a84413 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Teko";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 2px;
  
}



#s-4d15d220-2bb4-4418-ae49-5b660809669c {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4d15d220-2bb4-4418-ae49-5b660809669c {
  display: none;
}
#s-4d15d220-2bb4-4418-ae49-5b660809669c, #wrap-s-4d15d220-2bb4-4418-ae49-5b660809669c, #wrap-content-s-4d15d220-2bb4-4418-ae49-5b660809669c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d15d220-2bb4-4418-ae49-5b660809669c {
  display: none;
}
#s-4d15d220-2bb4-4418-ae49-5b660809669c, #wrap-s-4d15d220-2bb4-4418-ae49-5b660809669c, #wrap-content-s-4d15d220-2bb4-4418-ae49-5b660809669c { display: none !important; }}
#s-4d15d220-2bb4-4418-ae49-5b660809669c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 1200px){#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe {
  display: none;
}
#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe, #wrap-s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe, #wrap-content-s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe {
  display: none;
}
#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe, #wrap-s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe, #wrap-content-s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe {
  display: none;
}
#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe, #wrap-s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe, #wrap-content-s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe { display: none !important; }}
#s-2cdb3e7b-7d2b-4b75-9dc1-83b6438c70fe .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 1200px){#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 {
  display: none;
}
#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9, #wrap-s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9, #wrap-content-s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 {
  display: none;
}
#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9, #wrap-s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9, #wrap-content-s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 { display: none !important; }}@media (max-width: 767px){#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 {
  display: none;
}
#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9, #wrap-s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9, #wrap-content-s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 { display: none !important; }}
#s-92d3dbd3-6384-4dd6-b4f2-4ed4db8a63c9 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 59px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 1200px){#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e {
  display: none;
}
#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e, #wrap-s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e, #wrap-content-s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e {
  display: none;
}
#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e, #wrap-s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e, #wrap-content-s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e { display: none !important; }}@media (max-width: 767px){#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e {
  display: none;
}
#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e, #wrap-s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e, #wrap-content-s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e { display: none !important; }}
#s-75d263e5-0587-4e24-93a8-9dc0bf5f0a5e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  margin-left: auto;
margin-right: auto;
max-width: 1455px;
aspect-ratio: 1455/1150;
text-align: center;
}
@media (min-width: 1200px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  display: none;
}
#s-50eee543-4b22-402e-9a1c-6de1fd5e130e, #wrap-s-50eee543-4b22-402e-9a1c-6de1fd5e130e, #wrap-content-s-50eee543-4b22-402e-9a1c-6de1fd5e130e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  display: none;
}
#s-50eee543-4b22-402e-9a1c-6de1fd5e130e, #wrap-s-50eee543-4b22-402e-9a1c-6de1fd5e130e, #wrap-content-s-50eee543-4b22-402e-9a1c-6de1fd5e130e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  display: none;
}
#s-50eee543-4b22-402e-9a1c-6de1fd5e130e, #wrap-s-50eee543-4b22-402e-9a1c-6de1fd5e130e, #wrap-content-s-50eee543-4b22-402e-9a1c-6de1fd5e130e { display: none !important; }}
#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  margin: 0 !important;
  overflow: visible;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add background color handling */
  
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }

    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-link {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1455px;
  }



  img.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
    
    
    
    max-height: 1455px;
  }


.s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
  box-sizing: border-box;
}



.s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
      --shg-aspect-ratio: calc(1455/1150); 
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
      position: relative;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1455px;
    }
  }

@media (min-width: 1200px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  margin: 0 !important;
  overflow: visible;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add background color handling */
  
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }

    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-link {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1455px;
  }



  img.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
    
    
    
    max-height: 1455px;
  }


.s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
  box-sizing: border-box;
}



.s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
      --shg-aspect-ratio: calc(1455/1150); 
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
      position: relative;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1455px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  margin: 0 !important;
  overflow: visible;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add background color handling */
  
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }

    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-link {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1455px;
  }



  img.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
    
    
    
    max-height: 1455px;
  }


.s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
  box-sizing: border-box;
}



.s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
      --shg-aspect-ratio: calc(1455/1150); 
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
      position: relative;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1455px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  margin: 0 !important;
  overflow: visible;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add background color handling */
  
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }

    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-link {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1455px;
  }



  img.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
    
    
    
    max-height: 1455px;
  }


.s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
  box-sizing: border-box;
}



.s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
      --shg-aspect-ratio: calc(1455/1150); 
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
      position: relative;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1455px;
    }
  }

}@media (max-width: 767px){#s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  margin: 0 !important;
  overflow: visible;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add background color handling */
  
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }

    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-link {
      aspect-ratio: 1455/1150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1455px;
  }



  img.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
    
    
    
    max-height: 1455px;
  }


.s-50eee543-4b22-402e-9a1c-6de1fd5e130e .shogun-image-content {
  
    justify-content: center;
  
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image {
  box-sizing: border-box;
}



.s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e {
      --shg-aspect-ratio: calc(1455/1150); 
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container {
      position: relative;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50eee543-4b22-402e-9a1c-6de1fd5e130e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1455px;
    }
  }

}
#s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af {
  margin-left: 4%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (max-width: 767px) {
  [id="s-6a4c6d52-b7cc-48eb-99b9-68b5d32003af"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cca9bb9a-6584-4ab1-99cd-fdfb6697975d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cca9bb9a-6584-4ab1-99cd-fdfb6697975d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cca9bb9a-6584-4ab1-99cd-fdfb6697975d.shg-box.shg-c {
  justify-content: center;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin-left: 0%;
margin-right: 0%;
max-width: 930px;
aspect-ratio: 930/756;
text-align: center;
}
@media (max-width: 767px){#s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin-top: 8px;
display: none;
}
#s-94b12966-176e-4e96-aa2f-c50a558bb120, #wrap-s-94b12966-176e-4e96-aa2f-c50a558bb120, #wrap-content-s-94b12966-176e-4e96-aa2f-c50a558bb120 { display: none !important; }}
#s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
  box-sizing: border-box;
}



.s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b12966-176e-4e96-aa2f-c50a558bb120 {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
      position: relative;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
  box-sizing: border-box;
}



.s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b12966-176e-4e96-aa2f-c50a558bb120 {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
      position: relative;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120 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-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
  box-sizing: border-box;
}



.s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b12966-176e-4e96-aa2f-c50a558bb120 {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
      position: relative;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120 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-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
  box-sizing: border-box;
}



.s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b12966-176e-4e96-aa2f-c50a558bb120 {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
      position: relative;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  margin: 0 !important;
  overflow: visible;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-94b12966-176e-4e96-aa2f-c50a558bb120 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add background color handling */
  
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }

    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-link {
      aspect-ratio: 930/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94b12966-176e-4e96-aa2f-c50a558bb120 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-94b12966-176e-4e96-aa2f-c50a558bb120 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image {
  box-sizing: border-box;
}



.s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94b12966-176e-4e96-aa2f-c50a558bb120 {
      --shg-aspect-ratio: calc(930/756); 
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container {
      position: relative;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b12966-176e-4e96-aa2f-c50a558bb120 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-b6c19f07-e523-4072-8723-8ea7f9dc5f11 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6c19f07-e523-4072-8723-8ea7f9dc5f11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6c19f07-e523-4072-8723-8ea7f9dc5f11.shg-box.shg-c {
  justify-content: center;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin-top: 1px;
margin-left: 42%;
margin-bottom: 1px;
margin-right: 42%;
max-width: 803px;
aspect-ratio: 803/335;
text-align: center;
}
@media (max-width: 767px){#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin-top: 25px;
margin-left: 39%;
margin-right: 39%;
}
}
#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 42%;
  margin-right: 42%;
  margin-top: 1px;
  margin-bottom: 1px;
}

.shg-image-content-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
  box-sizing: border-box;
}



.s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd939dc3-e127-4bce-9ec0-260931718c42 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
      position: relative;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

@media (min-width: 1200px){#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
  box-sizing: border-box;
}



.s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd939dc3-e127-4bce-9ec0-260931718c42 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
      position: relative;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
  box-sizing: border-box;
}



.s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd939dc3-e127-4bce-9ec0-260931718c42 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
      position: relative;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
  box-sizing: border-box;
}



.s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd939dc3-e127-4bce-9ec0-260931718c42 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
      position: relative;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (max-width: 767px){#s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 39%;
  margin-right: 39%;
  margin-top: 25px;
  
}

.shg-image-content-margin-container-s-dd939dc3-e127-4bce-9ec0-260931718c42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }

    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-link {
      aspect-ratio: 803/335;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd939dc3-e127-4bce-9ec0-260931718c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-dd939dc3-e127-4bce-9ec0-260931718c42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image {
  box-sizing: border-box;
}



.s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd939dc3-e127-4bce-9ec0-260931718c42 {
      --shg-aspect-ratio: calc(803/335); 
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container {
      position: relative;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd939dc3-e127-4bce-9ec0-260931718c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}
#s-e397f6fe-26bc-4088-a1aa-a169645e5fdf {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 0px;
text-align: center;
}

#s-e397f6fe-26bc-4088-a1aa-a169645e5fdf .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Teko";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 2px;
  
}



#s-e62728ef-abbf-4480-a152-59b6db3e9354 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e62728ef-abbf-4480-a152-59b6db3e9354 {
  display: none;
}
#s-e62728ef-abbf-4480-a152-59b6db3e9354, #wrap-s-e62728ef-abbf-4480-a152-59b6db3e9354, #wrap-content-s-e62728ef-abbf-4480-a152-59b6db3e9354 { display: none !important; }}
#s-e62728ef-abbf-4480-a152-59b6db3e9354 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 1200px){#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 {
  display: none;
}
#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0, #wrap-s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0, #wrap-content-s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 {
  display: none;
}
#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0, #wrap-s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0, #wrap-content-s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 { display: none !important; }}@media (max-width: 767px){#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 {
  display: none;
}
#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0, #wrap-s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0, #wrap-content-s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 { display: none !important; }}
#s-d6281c1c-0885-4faf-9fab-f9219ec8f9b0 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Teko";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin-left: 17%;
margin-right: 17%;
max-width: 1163px;
aspect-ratio: 1163/756;
text-align: center;
}
@media (max-width: 767px){#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }

    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-link {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1163px;
  }



  img.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
    
    
    
    max-height: 1163px;
  }


.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
  box-sizing: border-box;
}



.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
      --shg-aspect-ratio: calc(1163/756); 
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
      position: relative;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1163px;
    }
  }

@media (min-width: 1200px){#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }

    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-link {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1163px;
  }



  img.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
    
    
    
    max-height: 1163px;
  }


.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
  box-sizing: border-box;
}



.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
      --shg-aspect-ratio: calc(1163/756); 
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
      position: relative;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1163px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }

    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-link {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1163px;
  }



  img.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
    
    
    
    max-height: 1163px;
  }


.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
  box-sizing: border-box;
}



.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
      --shg-aspect-ratio: calc(1163/756); 
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
      position: relative;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1163px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }

    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-link {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1163px;
  }



  img.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
    
    
    
    max-height: 1163px;
  }


.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
  box-sizing: border-box;
}



.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
      --shg-aspect-ratio: calc(1163/756); 
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
      position: relative;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1163px;
    }
  }

}@media (max-width: 767px){#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }

    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-link {
      aspect-ratio: 1163/756;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1163px;
  }



  img.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
    
    
    
    max-height: 1163px;
  }


.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image {
  box-sizing: border-box;
}



.s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 {
      --shg-aspect-ratio: calc(1163/756); 
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container {
      position: relative;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e01af139-a8cc-4a68-8e16-ad7cd7f2d3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1163px;
    }
  }

}
#s-8f4a0817-4514-41c9-954d-ba1ad1de3262 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8f4a0817-4514-41c9-954d-ba1ad1de3262 {
  
}
}







#s-8f4a0817-4514-41c9-954d-ba1ad1de3262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f4a0817-4514-41c9-954d-ba1ad1de3262.shg-box.shg-c {
  justify-content: center;
}

#s-8ba927bc-f6f6-4c2c-9651-a256baa862c5 {
  margin-left: 3%;
margin-right: 3%;
}
@media (max-width: 767px){#s-8ba927bc-f6f6-4c2c-9651-a256baa862c5 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-8ba927bc-f6f6-4c2c-9651-a256baa862c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ba927bc-f6f6-4c2c-9651-a256baa862c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8ba927bc-f6f6-4c2c-9651-a256baa862c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ba927bc-f6f6-4c2c-9651-a256baa862c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

#s-0f9b579d-d100-4397-b56e-6d4cb5a11ac2 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-0f9b579d-d100-4397-b56e-6d4cb5a11ac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f9b579d-d100-4397-b56e-6d4cb5a11ac2.shg-box.shg-c {
  justify-content: center;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 {
  margin-left: auto;
margin-right: auto;
max-width: 1016px;
aspect-ratio: 1016/912;
text-align: center;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 {
  margin: 0 !important;
  overflow: visible;
}

#s-021447bc-4a63-477f-970e-891e450b1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add background color handling */
  
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
  box-sizing: border-box;
}



.s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-021447bc-4a63-477f-970e-891e450b1a20 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
      position: relative;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

@media (min-width: 1200px){#s-021447bc-4a63-477f-970e-891e450b1a20 {
  margin: 0 !important;
  overflow: visible;
}

#s-021447bc-4a63-477f-970e-891e450b1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add background color handling */
  
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
  box-sizing: border-box;
}



.s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-021447bc-4a63-477f-970e-891e450b1a20 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
      position: relative;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-021447bc-4a63-477f-970e-891e450b1a20 {
  margin: 0 !important;
  overflow: visible;
}

#s-021447bc-4a63-477f-970e-891e450b1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add background color handling */
  
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
  box-sizing: border-box;
}



.s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-021447bc-4a63-477f-970e-891e450b1a20 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
      position: relative;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-021447bc-4a63-477f-970e-891e450b1a20 {
  margin: 0 !important;
  overflow: visible;
}

#s-021447bc-4a63-477f-970e-891e450b1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add background color handling */
  
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
  box-sizing: border-box;
}



.s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-021447bc-4a63-477f-970e-891e450b1a20 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
      position: relative;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (max-width: 767px){#s-021447bc-4a63-477f-970e-891e450b1a20 {
  margin: 0 !important;
  overflow: visible;
}

#s-021447bc-4a63-477f-970e-891e450b1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-021447bc-4a63-477f-970e-891e450b1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add background color handling */
  
}

#s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-021447bc-4a63-477f-970e-891e450b1a20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-021447bc-4a63-477f-970e-891e450b1a20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image {
  box-sizing: border-box;
}



.s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-021447bc-4a63-477f-970e-891e450b1a20 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container {
      position: relative;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-021447bc-4a63-477f-970e-891e450b1a20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}
#s-d4df0387-9cef-4c87-a8fe-ea028e2f6200 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4df0387-9cef-4c87-a8fe-ea028e2f6200 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-7ebe9557-972c-4b7e-921d-3b9d5810e494 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-7ebe9557-972c-4b7e-921d-3b9d5810e494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ebe9557-972c-4b7e-921d-3b9d5810e494.shg-box.shg-c {
  justify-content: center;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  margin-left: auto;
margin-right: auto;
max-width: 1016px;
aspect-ratio: 1016/912;
text-align: center;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
  box-sizing: border-box;
}



.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
      position: relative;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

@media (min-width: 1200px){#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
  box-sizing: border-box;
}



.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
      position: relative;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
  box-sizing: border-box;
}



.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
      position: relative;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
  box-sizing: border-box;
}



.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
      position: relative;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (max-width: 767px){#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image {
  box-sizing: border-box;
}



.s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container {
      position: relative;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94bd1d6e-ec72-4618-9245-0dfd960a28b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}
#s-2e19e0cc-6589-46d9-b2a3-43918b4d3580 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e19e0cc-6589-46d9-b2a3-43918b4d3580 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-214a9905-8e56-4dd5-aa36-210d1ab24484 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-214a9905-8e56-4dd5-aa36-210d1ab24484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-214a9905-8e56-4dd5-aa36-210d1ab24484.shg-box.shg-c {
  justify-content: center;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  margin-left: auto;
margin-right: auto;
max-width: 1016px;
aspect-ratio: 1016/912;
text-align: center;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  margin: 0 !important;
  overflow: visible;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add background color handling */
  
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
  box-sizing: border-box;
}



.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
      position: relative;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

@media (min-width: 1200px){#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  margin: 0 !important;
  overflow: visible;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add background color handling */
  
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
  box-sizing: border-box;
}



.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
      position: relative;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  margin: 0 !important;
  overflow: visible;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add background color handling */
  
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
  box-sizing: border-box;
}



.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
      position: relative;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  margin: 0 !important;
  overflow: visible;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add background color handling */
  
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
  box-sizing: border-box;
}



.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
      position: relative;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (max-width: 767px){#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  margin: 0 !important;
  overflow: visible;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add background color handling */
  
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image {
  box-sizing: border-box;
}



.s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container {
      position: relative;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19bc2647-ddc9-4cc2-8c5b-70ce568daf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}
#s-12da0ad7-8280-471a-b0ae-fb2902c49034 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12da0ad7-8280-471a-b0ae-fb2902c49034 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-2f49746e-d0ce-4d3b-aecf-0f012224a528 {
  margin-left: 18%;
margin-right: 18%;
}
@media (max-width: 767px){#s-2f49746e-d0ce-4d3b-aecf-0f012224a528 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-2f49746e-d0ce-4d3b-aecf-0f012224a528"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f49746e-d0ce-4d3b-aecf-0f012224a528"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-2f49746e-d0ce-4d3b-aecf-0f012224a528"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f49746e-d0ce-4d3b-aecf-0f012224a528"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-a1fd2954-f654-4f09-a0d6-fad19861173a {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-a1fd2954-f654-4f09-a0d6-fad19861173a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1fd2954-f654-4f09-a0d6-fad19861173a.shg-box.shg-c {
  justify-content: center;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  margin-left: auto;
margin-right: auto;
max-width: 1016px;
aspect-ratio: 1016/912;
text-align: center;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
  box-sizing: border-box;
}



.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
      position: relative;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

@media (min-width: 1200px){#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
  box-sizing: border-box;
}



.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
      position: relative;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
  box-sizing: border-box;
}



.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
      position: relative;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
  box-sizing: border-box;
}



.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
      position: relative;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (max-width: 767px){#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image {
  box-sizing: border-box;
}



.s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container {
      position: relative;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e906a2-2e04-4da1-8725-fad92a08aee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}
#s-6a553096-a91f-4cba-ab1a-eff5415a88b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a553096-a91f-4cba-ab1a-eff5415a88b1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-ee088594-a18f-4319-a308-00a9ebed0bb8 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-ee088594-a18f-4319-a308-00a9ebed0bb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee088594-a18f-4319-a308-00a9ebed0bb8.shg-box.shg-c {
  justify-content: center;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  margin-left: auto;
margin-right: auto;
max-width: 1016px;
aspect-ratio: 1016/912;
text-align: center;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
  box-sizing: border-box;
}



.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
      position: relative;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

@media (min-width: 1200px){#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
  box-sizing: border-box;
}



.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
      position: relative;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
  box-sizing: border-box;
}



.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
      position: relative;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
  box-sizing: border-box;
}



.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
      position: relative;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}@media (max-width: 767px){#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }

    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-link {
      aspect-ratio: 1016/912;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1016px;
  }



  img.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
    
    
    
    max-height: 1016px;
  }


.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image {
  box-sizing: border-box;
}



.s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 {
      --shg-aspect-ratio: calc(1016/912); 
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container {
      position: relative;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c33c2cc-b5ba-4f82-9784-0b4e7999e700 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1016px;
    }
  }

}
#s-6038a12d-aa06-4baa-96fc-89d9efe5b0ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6038a12d-aa06-4baa-96fc-89d9efe5b0ed .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee {
  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-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee-root {
    text-align: center;
  }


#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee-root {
    text-align: center;
  }


#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee-root {
    text-align: center;
  }


#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee-root {
    text-align: center;
  }


#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee-root {
    text-align: center;
  }


#s-b9c3bc3e-26e2-420e-9f8e-d5d69f450cee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-401c6118-89ad-45fc-8fb4-235ba1a54314 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-401c6118-89ad-45fc-8fb4-235ba1a54314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-401c6118-89ad-45fc-8fb4-235ba1a54314 {
  cursor: pointer;
}#s-401c6118-89ad-45fc-8fb4-235ba1a54314.shg-box.shg-c {
  justify-content: center;
}

#s-38170bbe-b720-45f0-9a43-7f4147bdbbbb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38170bbe-b720-45f0-9a43-7f4147bdbbbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38170bbe-b720-45f0-9a43-7f4147bdbbbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-38170bbe-b720-45f0-9a43-7f4147bdbbbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-38170bbe-b720-45f0-9a43-7f4147bdbbbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (max-width: 767px) {
  [id="s-38170bbe-b720-45f0-9a43-7f4147bdbbbb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-15418328-4411-4f8b-8217-edbd7f945162 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-15418328-4411-4f8b-8217-edbd7f945162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15418328-4411-4f8b-8217-edbd7f945162.shg-box.shg-c {
  justify-content: center;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin-left: 0%;
margin-right: 0%;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin-top: 8px;
}
}
#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin: 0 !important;
  overflow: visible;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add background color handling */
  
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
  box-sizing: border-box;
}



.s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fe8ed83-067d-4654-a9a1-c712510df01f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
      position: relative;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin: 0 !important;
  overflow: visible;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add background color handling */
  
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
  box-sizing: border-box;
}



.s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fe8ed83-067d-4654-a9a1-c712510df01f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
      position: relative;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin: 0 !important;
  overflow: visible;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add background color handling */
  
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
  box-sizing: border-box;
}



.s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fe8ed83-067d-4654-a9a1-c712510df01f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
      position: relative;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin: 0 !important;
  overflow: visible;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add background color handling */
  
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
  box-sizing: border-box;
}



.s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fe8ed83-067d-4654-a9a1-c712510df01f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
      position: relative;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  margin: 0 !important;
  overflow: visible;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1fe8ed83-067d-4654-a9a1-c712510df01f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add background color handling */
  
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fe8ed83-067d-4654-a9a1-c712510df01f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-1fe8ed83-067d-4654-a9a1-c712510df01f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image {
  box-sizing: border-box;
}



.s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fe8ed83-067d-4654-a9a1-c712510df01f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container {
      position: relative;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe8ed83-067d-4654-a9a1-c712510df01f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  margin: 0 !important;
  overflow: visible;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add background color handling */
  
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
  box-sizing: border-box;
}



.s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec70ce50-fa21-4fb9-925c-0a134993863f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
      position: relative;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  margin: 0 !important;
  overflow: visible;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add background color handling */
  
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
  box-sizing: border-box;
}



.s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec70ce50-fa21-4fb9-925c-0a134993863f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
      position: relative;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  margin: 0 !important;
  overflow: visible;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add background color handling */
  
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
  box-sizing: border-box;
}



.s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec70ce50-fa21-4fb9-925c-0a134993863f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
      position: relative;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  margin: 0 !important;
  overflow: visible;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add background color handling */
  
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
  box-sizing: border-box;
}



.s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec70ce50-fa21-4fb9-925c-0a134993863f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
      position: relative;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  margin: 0 !important;
  overflow: visible;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec70ce50-fa21-4fb9-925c-0a134993863f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add background color handling */
  
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec70ce50-fa21-4fb9-925c-0a134993863f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ec70ce50-fa21-4fb9-925c-0a134993863f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image {
  box-sizing: border-box;
}



.s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec70ce50-fa21-4fb9-925c-0a134993863f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container {
      position: relative;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec70ce50-fa21-4fb9-925c-0a134993863f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-315687bd-93f0-432a-b6be-0644679b51b9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-123be566-6c3e-4a5c-97a6-8bbc8a96c309 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-123be566-6c3e-4a5c-97a6-8bbc8a96c309 {
  
}
}
#s-123be566-6c3e-4a5c-97a6-8bbc8a96c309 .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;
  
  
}



#s-8a34cab7-6433-49a3-b2e6-542a499507db {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a34cab7-6433-49a3-b2e6-542a499507db {
  
}
}
#s-8a34cab7-6433-49a3-b2e6-542a499507db .shogun-heading-component h1 {
  color: rgba(234, 79, 62, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8a34cab7-6433-49a3-b2e6-542a499507db .shogun-heading-component h1 {
  color: rgba(234, 79, 62, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-8a34cab7-6433-49a3-b2e6-542a499507db .shogun-heading-component h1 {
  color: rgba(234, 79, 62, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}


}
#s-1988d566-458a-4d40-8889-85196198e166 {
  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-1988d566-458a-4d40-8889-85196198e166:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1988d566-458a-4d40-8889-85196198e166:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1988d566-458a-4d40-8889-85196198e166-root {
    text-align: center;
  }


#s-1988d566-458a-4d40-8889-85196198e166.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1988d566-458a-4d40-8889-85196198e166-root {
    text-align: center;
  }


#s-1988d566-458a-4d40-8889-85196198e166.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1988d566-458a-4d40-8889-85196198e166-root {
    text-align: center;
  }


#s-1988d566-458a-4d40-8889-85196198e166.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1988d566-458a-4d40-8889-85196198e166-root {
    text-align: center;
  }


#s-1988d566-458a-4d40-8889-85196198e166.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1988d566-458a-4d40-8889-85196198e166-root {
    text-align: center;
  }


#s-1988d566-458a-4d40-8889-85196198e166.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-885fff7f-da99-4b3f-b54a-0180baa6f96e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-885fff7f-da99-4b3f-b54a-0180baa6f96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-885fff7f-da99-4b3f-b54a-0180baa6f96e {
  cursor: pointer;
}#s-885fff7f-da99-4b3f-b54a-0180baa6f96e.shg-box.shg-c {
  justify-content: center;
}

#s-9c841449-6491-4340-af5b-827e84553362 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-9c841449-6491-4340-af5b-827e84553362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c841449-6491-4340-af5b-827e84553362.shg-box.shg-c {
  justify-content: center;
}

#s-b55a8b8b-61ad-49a3-9729-289f88990559 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b55a8b8b-61ad-49a3-9729-289f88990559"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f84d57bb-1c21-48c4-8f17-f6b4add7285b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f84d57bb-1c21-48c4-8f17-f6b4add7285b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f84d57bb-1c21-48c4-8f17-f6b4add7285b.shg-box.shg-c {
  justify-content: center;
}

#s-ed153bd8-f37b-4de0-89b3-fc6dcc75e9dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed153bd8-f37b-4de0-89b3-fc6dcc75e9dd .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  margin-top: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  display: none;
}
#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e, #wrap-s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e, #wrap-content-s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e { display: none !important; }}@media (max-width: 767px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e {
  padding-top: 13px;
padding-bottom: 5px;
}
}
#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-974d1639-bf90-4ff2-8f76-10cddc0c3f5e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}


}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  display: none;
}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-content-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  display: none;
}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-content-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e { display: none !important; }}@media (max-width: 767px){#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e {
  display: none;
}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e, #wrap-content-s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e { display: none !important; }}
#s-483a61c8-ee10-4fc0-ba74-4bbc79bc795e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 0.5em;
  letter-spacing: 0px;
  
}



#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  display: none;
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-content-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  display: unset;
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-content-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  display: none;
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8, #wrap-content-s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 { display: none !important; }}@media (max-width: 767px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 {
  margin-bottom: 6px;
}
}
#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-00f0f31a-3957-4eb2-bb11-8f5c2bdc3aa8 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 51px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  display: none;
}
#s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-content-s-4663e174-e4a6-4503-a759-99fb256f6319 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  display: none;
}
#s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-content-s-4663e174-e4a6-4503-a759-99fb256f6319 { display: none !important; }}@media (max-width: 767px){#s-4663e174-e4a6-4503-a759-99fb256f6319 {
  display: none;
}
#s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-s-4663e174-e4a6-4503-a759-99fb256f6319, #wrap-content-s-4663e174-e4a6-4503-a759-99fb256f6319 { display: none !important; }}
#s-4663e174-e4a6-4503-a759-99fb256f6319 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 68px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  display: none;
}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-content-s-70f02361-043c-4dc1-bcf7-19ddc844b77c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  display: none;
}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-content-s-70f02361-043c-4dc1-bcf7-19ddc844b77c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  padding-top: 1px;
}
}@media (max-width: 767px){#s-70f02361-043c-4dc1-bcf7-19ddc844b77c {
  display: none;
}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-s-70f02361-043c-4dc1-bcf7-19ddc844b77c, #wrap-content-s-70f02361-043c-4dc1-bcf7-19ddc844b77c { display: none !important; }}
#s-70f02361-043c-4dc1-bcf7-19ddc844b77c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-0534b5a9-309a-4de8-875f-3678897e0250 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0534b5a9-309a-4de8-875f-3678897e0250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0534b5a9-309a-4de8-875f-3678897e0250.shg-box.shg-c {
  justify-content: center;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin-left: auto;
margin-right: auto;
max-width: 1116px;
aspect-ratio: 1116/454;
text-align: center;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

@media (min-width: 1200px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}@media (max-width: 767px){#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  margin: 0 !important;
  overflow: visible;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add background color handling */
  
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }

    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-link {
      aspect-ratio: 1116/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1116px;
  }



  img.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
    
    
    
    max-height: 1116px;
  }


.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image {
  box-sizing: border-box;
}



.s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 {
      --shg-aspect-ratio: calc(1116/454); 
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container {
      position: relative;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87c2600b-5c6e-4e96-9336-fa753c93cf78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1116px;
    }
  }

}
#s-56017aea-a687-421a-aa89-8825d0a6bebc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-56017aea-a687-421a-aa89-8825d0a6bebc {
  display: none;
}
#s-56017aea-a687-421a-aa89-8825d0a6bebc, #wrap-s-56017aea-a687-421a-aa89-8825d0a6bebc, #wrap-content-s-56017aea-a687-421a-aa89-8825d0a6bebc { display: none !important; }}@media (max-width: 767px){#s-56017aea-a687-421a-aa89-8825d0a6bebc {
  margin-top: 13px;
}
}
#s-56017aea-a687-421a-aa89-8825d0a6bebc .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-97f994c3-6f94-4579-a47d-95fc9ed433ec {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-97f994c3-6f94-4579-a47d-95fc9ed433ec:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97f994c3-6f94-4579-a47d-95fc9ed433ec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-97f994c3-6f94-4579-a47d-95fc9ed433ec {
  margin-left: 9%;
margin-right: 9%;
}
}

  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97f994c3-6f94-4579-a47d-95fc9ed433ec-root {
    text-align: center;
  }


#s-97f994c3-6f94-4579-a47d-95fc9ed433ec.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}
#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  display: none;
}
#s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-content-s-25ecd12c-477e-4643-b08a-02ea61925526 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  display: none;
}
#s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-content-s-25ecd12c-477e-4643-b08a-02ea61925526 { display: none !important; }}@media (max-width: 767px){#s-25ecd12c-477e-4643-b08a-02ea61925526 {
  display: none;
}
#s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-s-25ecd12c-477e-4643-b08a-02ea61925526, #wrap-content-s-25ecd12c-477e-4643-b08a-02ea61925526 { display: none !important; }}
#s-25ecd12c-477e-4643-b08a-02ea61925526 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-97d20247-3f59-4796-ab12-376f61587b8c {
  margin-top: 6px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-97d20247-3f59-4796-ab12-376f61587b8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-de6b82d2-de26-463f-8060-053976e0dade {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-de6b82d2-de26-463f-8060-053976e0dade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de6b82d2-de26-463f-8060-053976e0dade {
  cursor: pointer;
}#s-de6b82d2-de26-463f-8060-053976e0dade.shg-box.shg-c {
  justify-content: center;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin-left: auto;
margin-right: auto;
max-width: 656px;
aspect-ratio: 656/684;
text-align: center;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

@media (min-width: 1200px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (max-width: 767px){#s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-db2b393f-5040-474f-a8db-7fbddd17ea54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image {
  box-sizing: border-box;
}



.s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container {
      position: relative;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2b393f-5040-474f-a8db-7fbddd17ea54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}
#s-3ec51cb6-1adc-419f-8c59-f80e60ec8c1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ec51cb6-1adc-419f-8c59-f80e60ec8c1e .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-43e99a6f-053f-404c-86f3-17da483c980f {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-43e99a6f-053f-404c-86f3-17da483c980f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1755feb5-a1eb-456e-ae45-436fff1dafaa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1755feb5-a1eb-456e-ae45-436fff1dafaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1755feb5-a1eb-456e-ae45-436fff1dafaa {
  cursor: pointer;
}#s-1755feb5-a1eb-456e-ae45-436fff1dafaa.shg-box.shg-c {
  justify-content: center;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin-left: auto;
margin-right: auto;
max-width: 656px;
aspect-ratio: 656/684;
text-align: center;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

@media (min-width: 1200px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (max-width: 767px){#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  margin: 0 !important;
  overflow: visible;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add background color handling */
  
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image {
  box-sizing: border-box;
}



.s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container {
      position: relative;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a44e33-401a-48e6-84cb-7a3557ba6b96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}
#s-77adc045-e17b-4c3c-80db-478913711924 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77adc045-e17b-4c3c-80db-478913711924 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-897ee013-dd02-40bd-9cc3-2c9e2966a57a {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-897ee013-dd02-40bd-9cc3-2c9e2966a57a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-10598496-ac34-423a-a716-5b59f19f3219 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10598496-ac34-423a-a716-5b59f19f3219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10598496-ac34-423a-a716-5b59f19f3219 {
  cursor: pointer;
}#s-10598496-ac34-423a-a716-5b59f19f3219.shg-box.shg-c {
  justify-content: center;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin-left: auto;
margin-right: auto;
max-width: 656px;
aspect-ratio: 656/684;
text-align: center;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

@media (min-width: 1200px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}@media (max-width: 767px){#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }

    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-link {
      aspect-ratio: 656/684;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 656px;
  }



  img.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
    
    
    
    max-height: 656px;
  }


.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image {
  box-sizing: border-box;
}



.s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e {
      --shg-aspect-ratio: calc(656/684); 
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container {
      position: relative;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d01a3490-83c4-48d0-b6a5-c3837f658d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 656px;
    }
  }

}
#s-27dd111c-3f02-4b0e-9ae9-d2fade3e5eee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27dd111c-3f02-4b0e-9ae9-d2fade3e5eee .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-f8ed4b6c-ac5b-43c6-8426-047ee74ee47d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f8ed4b6c-ac5b-43c6-8426-047ee74ee47d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da {
  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-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da {
  
}
}







#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da {
  cursor: pointer;
}#s-9ae2f4b5-f4df-4f9a-93a6-fc6f3057f7da.shg-box.shg-c {
  justify-content: center;
}

#s-fbccdd86-f1f8-4057-af27-f6cfa72ee854 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fbccdd86-f1f8-4057-af27-f6cfa72ee854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbccdd86-f1f8-4057-af27-f6cfa72ee854.shg-box.shg-c {
  justify-content: center;
}

#s-c40fdf68-75d9-4655-a9e1-53406368e6d8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c40fdf68-75d9-4655-a9e1-53406368e6d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de 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-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de 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-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  margin: 0 !important;
  overflow: visible;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add background color handling */
  
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image {
  box-sizing: border-box;
}



.s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container {
      position: relative;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bd15b32-eb18-47fd-9dc6-19a9170bf5de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-1beb47f5-5887-437b-b460-e82b2af54e19 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1beb47f5-5887-437b-b460-e82b2af54e19 {
  margin-top: 10px;
}
}







#s-1beb47f5-5887-437b-b460-e82b2af54e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1beb47f5-5887-437b-b460-e82b2af54e19.shg-box.shg-c {
  justify-content: center;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 45%;
margin-right: 45%;
max-width: 441px;
aspect-ratio: 441/382;
text-align: center;
}
@media (min-width: 1200px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 42%;
margin-right: 42%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 42%;
margin-right: 42%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 41%;
margin-right: 41%;
}
}@media (max-width: 767px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin-left: 37%;
margin-right: 37%;
}
}
#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

@media (min-width: 1200px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}@media (max-width: 767px){#s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }

    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-link {
      aspect-ratio: 441/382;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 441px;
  }



  img.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-d3d985e0-4393-4a54-9811-d85de05d83d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image {
  box-sizing: border-box;
}



.s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 {
      --shg-aspect-ratio: calc(441/382); 
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container {
      position: relative;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d985e0-4393-4a54-9811-d85de05d83d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 441px;
    }
  }

}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  display: none;
}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-content-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  display: none;
}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-content-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb { display: none !important; }}@media (max-width: 767px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb {
  display: unset;
}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb, #wrap-content-s-eb21dbe5-1c03-4aec-831f-db49d205fbbb { display: unset !important; }}
#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-eb21dbe5-1c03-4aec-831f-db49d205fbbb .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b {
  display: none;
}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-content-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b { display: none !important; }}@media (max-width: 767px){#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b {
  display: none;
}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b, #wrap-content-s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b { display: none !important; }}
#s-28ae74a4-c4e5-4b6f-a4d8-20d39bf9a04b .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-66c6b150-38b3-414f-8668-cf21e3b499e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-66c6b150-38b3-414f-8668-cf21e3b499e8 {
  display: none;
}
#s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-content-s-66c6b150-38b3-414f-8668-cf21e3b499e8 { display: none !important; }}@media (max-width: 767px){#s-66c6b150-38b3-414f-8668-cf21e3b499e8 {
  display: none;
}
#s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-s-66c6b150-38b3-414f-8668-cf21e3b499e8, #wrap-content-s-66c6b150-38b3-414f-8668-cf21e3b499e8 { display: none !important; }}
#s-66c6b150-38b3-414f-8668-cf21e3b499e8 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 {
  display: none;
}
#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-content-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 {
  display: none;
}
#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72, #wrap-content-s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 { display: none !important; }}
#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-73e4d720-99ba-4c9a-bf5b-ec069ad2fb72 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Mochiy Pop One";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-ad0c8788-c515-4358-aba2-44183897a315 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad0c8788-c515-4358-aba2-44183897a315 {
  display: none;
}
#s-ad0c8788-c515-4358-aba2-44183897a315, #wrap-s-ad0c8788-c515-4358-aba2-44183897a315, #wrap-content-s-ad0c8788-c515-4358-aba2-44183897a315 { display: none !important; }}
#s-ad0c8788-c515-4358-aba2-44183897a315 .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-ad0c8788-c515-4358-aba2-44183897a315 .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  display: none;
}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-content-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  display: none;
}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-content-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb { display: none !important; }}@media (max-width: 767px){#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb {
  display: none;
}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb, #wrap-content-s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb { display: none !important; }}
#s-a2f17e6e-2d80-4fa2-98cf-34a21ee1e4bb .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca {
  margin-top: 7px;
margin-left: auto;
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-823f456b-94a3-40ce-a9c4-6b0ce1b61cca:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca-root {
    text-align: center;
  }


#s-823f456b-94a3-40ce-a9c4-6b0ce1b61cca.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e453bfaa-4056-466b-9ca3-dcfc98005c86 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-e453bfaa-4056-466b-9ca3-dcfc98005c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e453bfaa-4056-466b-9ca3-dcfc98005c86 {
  cursor: pointer;
}#s-e453bfaa-4056-466b-9ca3-dcfc98005c86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin-left: auto;
margin-right: auto;
max-width: 2240px;
aspect-ratio: 2240/742;
text-align: center;
}
@media (min-width: 1200px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  display: none;
}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-content-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  display: none;
}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-content-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  display: none;
}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1, #wrap-content-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 { display: none !important; }}
#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2240/742); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

@media (min-width: 1200px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2240/742); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2240/742); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2240/742); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}@media (max-width: 767px){#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }

    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-link {
      aspect-ratio: 2240/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image {
  box-sizing: border-box;
}



.s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 {
      --shg-aspect-ratio: calc(2240/742); 
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container {
      position: relative;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e24ee5-60a5-4070-bb1d-042f5a1098d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}
#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 2968px;
aspect-ratio: 2968/742;
text-align: center;
}
@media (max-width: 767px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  display: none;
}
#s-426e9ace-5575-45d7-b802-5243a04ecd97, #wrap-s-426e9ace-5575-45d7-b802-5243a04ecd97, #wrap-content-s-426e9ace-5575-45d7-b802-5243a04ecd97 { display: none !important; }}
#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

@media (min-width: 1200px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (max-width: 767px){#s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  margin: 0 !important;
  overflow: visible;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-426e9ace-5575-45d7-b802-5243a04ecd97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add background color handling */
  
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-426e9ace-5575-45d7-b802-5243a04ecd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-426e9ace-5575-45d7-b802-5243a04ecd97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image {
  box-sizing: border-box;
}



.s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-426e9ace-5575-45d7-b802-5243a04ecd97 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container {
      position: relative;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-426e9ace-5575-45d7-b802-5243a04ecd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}
#s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183 {
  margin-top: 9px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}
@media (max-width: 767px){#s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183 {
  display: none;
}
#s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183, #wrap-s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183, #wrap-content-s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40d0aa2d-312a-4b70-8e99-7a74d0b9b183"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e {
  cursor: pointer;
}#s-68b9fc39-3d4d-4f57-bbbc-97a39f09215e.shg-box.shg-c {
  justify-content: center;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  margin: 0 !important;
  overflow: visible;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add background color handling */
  
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 .shogun-image-content {
  
    justify-content: center;
  
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image {
  box-sizing: border-box;
}



.s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container {
      position: relative;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deba6f2b-58b3-41e0-97fb-dcb08d99b814 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-4729292d-9a50-4f6d-9cae-b886d72f23a7 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-616d62ba-b6ef-4415-ad03-dc4711286a6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-616d62ba-b6ef-4415-ad03-dc4711286a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-616d62ba-b6ef-4415-ad03-dc4711286a6f {
  cursor: pointer;
}#s-616d62ba-b6ef-4415-ad03-dc4711286a6f.shg-box.shg-c {
  justify-content: center;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image {
  box-sizing: border-box;
}



.s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container {
      position: relative;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd394ed3-9ab2-4ac3-87dc-f99186d306bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c92abe13-fa0b-4b20-922e-889a8f856b40 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-d928ea40-4b65-4409-8f3b-64b323984c66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d928ea40-4b65-4409-8f3b-64b323984c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d928ea40-4b65-4409-8f3b-64b323984c66 {
  cursor: pointer;
}#s-d928ea40-4b65-4409-8f3b-64b323984c66.shg-box.shg-c {
  justify-content: center;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  margin: 0 !important;
  overflow: visible;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add background color handling */
  
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image {
  box-sizing: border-box;
}



.s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container {
      position: relative;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28b8f58-28ef-44d8-a9d8-e2730149d7cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-7e336b92-7cbc-483b-b9fb-056a4dc5ad29 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d {
  margin-top: 12px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}
@media (max-width: 767px){#s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d {
  display: none;
}
#s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d, #wrap-s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d, #wrap-content-s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d { display: none !important; }}
@media (min-width: 0px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-702e66e7-70d7-434b-bfd1-b7e6aeabf10d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2 {
  cursor: pointer;
}#s-55e9a99b-536d-4c58-9a0a-6c56983ff6a2.shg-box.shg-c {
  justify-content: center;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab10d5-db59-4379-8253-b5c1d912f806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab10d5-db59-4379-8253-b5c1d912f806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-27ab10d5-db59-4379-8253-b5c1d912f806 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image {
  box-sizing: border-box;
}



.s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab10d5-db59-4379-8253-b5c1d912f806 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container {
      position: relative;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab10d5-db59-4379-8253-b5c1d912f806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c5bf3c59-9218-40dd-812b-dba8193d6353 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869 {
  cursor: pointer;
}#s-0c215712-f9aa-4798-b6b6-cad0b6ae0869.shg-box.shg-c {
  justify-content: center;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image {
  box-sizing: border-box;
}



.s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container {
      position: relative;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a4f6fd1-ba6d-4850-919b-6f7ed6aedbc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-05fa2adc-379f-44f5-b62f-8a169ab63c34 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e {
  cursor: pointer;
}#s-d95b4fa6-2fa1-4f32-b3e3-633b2140448e.shg-box.shg-c {
  justify-content: center;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin-left: auto;
margin-right: auto;
max-width: 1377px;
aspect-ratio: 1/1;
text-align: center;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

@media (min-width: 1200px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (max-width: 767px){#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image {
  box-sizing: border-box;
}



.s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container {
      position: relative;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acf1f63a-41cd-4d36-bf01-726980fc38f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}
#s-33801131-4ce8-476f-b4d4-a77a17272d7a {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  display: none;
}
#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-content-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  display: none;
}
#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-content-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df {
  display: none;
}
#s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df, #wrap-content-s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df { display: none !important; }}
@media (min-width: 0px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e6f1e6a-7c0b-4a8a-a831-3d690d4082df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-884d49b1-2f78-4750-a5be-153547d4e0a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-884d49b1-2f78-4750-a5be-153547d4e0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-884d49b1-2f78-4750-a5be-153547d4e0a0 {
  cursor: pointer;
}#s-884d49b1-2f78-4750-a5be-153547d4e0a0.shg-box.shg-c {
  justify-content: center;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image {
  box-sizing: border-box;
}



.s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container {
      position: relative;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39a2780-a9c0-47d8-83e1-19b5b824fb42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c42965a8-508d-4358-8aa1-2fa2e95323e9 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-91fd768e-6997-4db8-86fd-59c1c9521d54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-91fd768e-6997-4db8-86fd-59c1c9521d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91fd768e-6997-4db8-86fd-59c1c9521d54 {
  cursor: pointer;
}#s-91fd768e-6997-4db8-86fd-59c1c9521d54.shg-box.shg-c {
  justify-content: center;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  margin: 0 !important;
  overflow: visible;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add background color handling */
  
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image {
  box-sizing: border-box;
}



.s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container {
      position: relative;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1416bcb-4705-48c2-bbf5-c8ac39be0aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-eaa66631-ffd7-4371-b94d-edc172db5d59 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  display: none;
}
#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-content-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  display: none;
}
#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-content-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb {
  display: none;
}
#s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb, #wrap-content-s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3635cfea-a9cc-4cd7-a8ae-9f6996ea46eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fb830d08-fba5-43d3-a546-bda306041f47 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb830d08-fba5-43d3-a546-bda306041f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb830d08-fba5-43d3-a546-bda306041f47 {
  cursor: pointer;
}#s-fb830d08-fba5-43d3-a546-bda306041f47.shg-box.shg-c {
  justify-content: center;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image {
  box-sizing: border-box;
}



.s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container {
      position: relative;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f50aa-010c-41f7-bc7e-26c17c6d6207 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-6c9f8237-2d13-4607-b6b1-15cd0ba3bf0c {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-3ba5e509-ca42-4281-abf6-46594ba9c735 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3ba5e509-ca42-4281-abf6-46594ba9c735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ba5e509-ca42-4281-abf6-46594ba9c735 {
  cursor: pointer;
}#s-3ba5e509-ca42-4281-abf6-46594ba9c735.shg-box.shg-c {
  justify-content: center;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin-left: auto;
margin-right: auto;
max-width: 1377px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

@media (min-width: 1200px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}@media (max-width: 767px){#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  margin: 0 !important;
  overflow: visible;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add background color handling */
  
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1377px;
  }



  img.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
    
    
    
    max-height: 1377px;
  }


.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image {
  box-sizing: border-box;
}



.s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container {
      position: relative;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fff1a70e-4f4e-4597-a7f2-0c92a071f010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1377px;
    }
  }

}
#s-cee146a5-a729-47e8-b264-96ee1c2db5a9 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  display: none;
}
#s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-content-s-9b28866c-ee39-4fe9-b248-59b553836d9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  display: none;
}
#s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-content-s-9b28866c-ee39-4fe9-b248-59b553836d9e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b28866c-ee39-4fe9-b248-59b553836d9e {
  display: none;
}
#s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-s-9b28866c-ee39-4fe9-b248-59b553836d9e, #wrap-content-s-9b28866c-ee39-4fe9-b248-59b553836d9e { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b28866c-ee39-4fe9-b248-59b553836d9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5 {
  cursor: pointer;
}#s-d727528c-e38f-4566-ba1d-6ead8dcaa0f5.shg-box.shg-c {
  justify-content: center;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  margin: 0 !important;
  overflow: visible;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a49f9004-fd87-468a-88e4-2cedab62c737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add background color handling */
  
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a49f9004-fd87-468a-88e4-2cedab62c737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-a49f9004-fd87-468a-88e4-2cedab62c737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image {
  box-sizing: border-box;
}



.s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a49f9004-fd87-468a-88e4-2cedab62c737 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container {
      position: relative;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49f9004-fd87-468a-88e4-2cedab62c737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-8007ae50-6e4a-49a2-ab87-fd86326a373d {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8 {
  cursor: pointer;
}#s-175e0026-e1ff-4de3-abf6-a7489dbe1ff8.shg-box.shg-c {
  justify-content: center;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  margin: 0 !important;
  overflow: visible;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add background color handling */
  
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f .shogun-image-content {
  
    justify-content: center;
  
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image {
  box-sizing: border-box;
}



.s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container {
      position: relative;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31f9cff5-0f09-4362-bc21-8e11bbcbd52f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-93f00806-f808-43c1-9cdc-120a7223548f {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 53, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a-root {
    text-align: center;
  }


#s-5a2dfddf-dcbf-4819-a7fe-d6223d62655a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c2d778b1-5ab2-4e94-8429-dc678ceb49ba {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-c2d778b1-5ab2-4e94-8429-dc678ceb49ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2d778b1-5ab2-4e94-8429-dc678ceb49ba.shg-box.shg-c {
  justify-content: center;
}

#s-c92284bd-8e9e-4a58-afc9-0326d364fd69 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-c92284bd-8e9e-4a58-afc9-0326d364fd69 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-c92284bd-8e9e-4a58-afc9-0326d364fd69 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c92284bd-8e9e-4a58-afc9-0326d364fd69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7 {
  cursor: pointer;
}#s-4646e1d9-3313-4957-91b7-1f2c6a945aa7.shg-box.shg-c {
  justify-content: center;
}

#s-f34cce11-4c65-43a2-a3c6-6cda6732f141 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 42px;
background-color: rgba(127, 14, 125, 1);
}








#s-f34cce11-4c65-43a2-a3c6-6cda6732f141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f34cce11-4c65-43a2-a3c6-6cda6732f141.shg-box.shg-c {
  justify-content: center;
}

#s-06eee447-6675-4c07-ab33-2b1be2db7d0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06eee447-6675-4c07-ab33-2b1be2db7d0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
text-align: center;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image {
  box-sizing: border-box;
}



.s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container {
      position: relative;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff81d14a-a85d-47ad-ba38-f0b7737cc766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-5a7f133c-edd5-44e7-937f-c681040275fd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a7f133c-edd5-44e7-937f-c681040275fd {
  display: none;
}
#s-5a7f133c-edd5-44e7-937f-c681040275fd, #wrap-s-5a7f133c-edd5-44e7-937f-c681040275fd, #wrap-content-s-5a7f133c-edd5-44e7-937f-c681040275fd { display: none !important; }}
#s-5a7f133c-edd5-44e7-937f-c681040275fd .shogun-heading-component h1 {
  color: rgba(11, 123, 133, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  display: none;
}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-content-s-d7c65bb3-e52d-42f8-820a-511a98d112cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  display: none;
}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-content-s-d7c65bb3-e52d-42f8-820a-511a98d112cd { display: none !important; }}@media (max-width: 767px){#s-d7c65bb3-e52d-42f8-820a-511a98d112cd {
  display: none;
}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-s-d7c65bb3-e52d-42f8-820a-511a98d112cd, #wrap-content-s-d7c65bb3-e52d-42f8-820a-511a98d112cd { display: none !important; }}
#s-d7c65bb3-e52d-42f8-820a-511a98d112cd .shogun-heading-component h1 {
  color: rgba(11, 123, 133, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  display: none;
}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-content-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  display: none;
}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-content-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 { display: none !important; }}@media (max-width: 767px){#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 {
  display: none;
}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0, #wrap-content-s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 { display: none !important; }}
#s-78c837c6-c1d9-42f8-8911-f1cbcc28c8b0 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 {
  display: none;
}
#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816, #wrap-s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816, #wrap-content-s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 { display: none !important; }}
#s-e4e8aa5c-1a3b-4bfc-8775-280e71c20816 .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-96462863-40f5-4e0b-a421-1eb7529be804 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-96462863-40f5-4e0b-a421-1eb7529be804:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96462863-40f5-4e0b-a421-1eb7529be804:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96462863-40f5-4e0b-a421-1eb7529be804-root {
    text-align: center;
  }


#s-96462863-40f5-4e0b-a421-1eb7529be804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
text-align: center;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image {
  box-sizing: border-box;
}



.s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container {
      position: relative;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71ab22e3-b479-4f4f-90b3-a08042ee7ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

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

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

#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  display: none;
}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-content-s-0be30697-d3dd-4ec7-a645-7c1d0614192c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  display: none;
}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-content-s-0be30697-d3dd-4ec7-a645-7c1d0614192c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0be30697-d3dd-4ec7-a645-7c1d0614192c {
  display: none;
}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-s-0be30697-d3dd-4ec7-a645-7c1d0614192c, #wrap-content-s-0be30697-d3dd-4ec7-a645-7c1d0614192c { display: none !important; }}
#s-0be30697-d3dd-4ec7-a645-7c1d0614192c hr {
  border-top: 2px solid #ddd;
}

#s-73202e07-1945-4a51-9c5a-5bb04042f6ff {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-73202e07-1945-4a51-9c5a-5bb04042f6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73202e07-1945-4a51-9c5a-5bb04042f6ff {
  cursor: pointer;
}#s-73202e07-1945-4a51-9c5a-5bb04042f6ff.shg-box.shg-c {
  justify-content: center;
}

#s-4499b4e7-fbf5-4682-8951-33579a6e6aea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 42px;
background-color: rgba(127, 14, 125, 1);
}








#s-4499b4e7-fbf5-4682-8951-33579a6e6aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4499b4e7-fbf5-4682-8951-33579a6e6aea.shg-box.shg-c {
  justify-content: center;
}

#s-f68f4e42-b334-455a-988e-4897c055a71e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f68f4e42-b334-455a-988e-4897c055a71e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
text-align: center;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  margin: 0 !important;
  overflow: visible;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72dfa60e-1b93-43db-a8c9-152d6316079c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add background color handling */
  
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72dfa60e-1b93-43db-a8c9-152d6316079c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-72dfa60e-1b93-43db-a8c9-152d6316079c .shogun-image-content {
  
    justify-content: center;
  
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image {
  box-sizing: border-box;
}



.s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72dfa60e-1b93-43db-a8c9-152d6316079c {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container {
      position: relative;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72dfa60e-1b93-43db-a8c9-152d6316079c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce {
  display: none;
}
#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce, #wrap-s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce, #wrap-content-s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce { display: none !important; }}
#s-14f50d6a-0b2d-4545-a915-cc8cfd70e0ce .shogun-heading-component h1 {
  color: rgba(11, 123, 133, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  display: none;
}
#s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-content-s-065c27c0-43d0-4940-9d94-a4f418b27696 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  display: none;
}
#s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-content-s-065c27c0-43d0-4940-9d94-a4f418b27696 { display: none !important; }}@media (max-width: 767px){#s-065c27c0-43d0-4940-9d94-a4f418b27696 {
  display: none;
}
#s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-s-065c27c0-43d0-4940-9d94-a4f418b27696, #wrap-content-s-065c27c0-43d0-4940-9d94-a4f418b27696 { display: none !important; }}
#s-065c27c0-43d0-4940-9d94-a4f418b27696 .shogun-heading-component h1 {
  color: rgba(234, 79, 62, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  display: none;
}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-content-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  display: none;
}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-content-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc { display: none !important; }}@media (max-width: 767px){#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc {
  display: none;
}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc, #wrap-content-s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc { display: none !important; }}
#s-d7b06e1c-2071-417c-bb7a-1cf4ad524dfc .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-3136df30-3a98-4c58-9069-0b5ddbf8f273 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3136df30-3a98-4c58-9069-0b5ddbf8f273 {
  display: none;
}
#s-3136df30-3a98-4c58-9069-0b5ddbf8f273, #wrap-s-3136df30-3a98-4c58-9069-0b5ddbf8f273, #wrap-content-s-3136df30-3a98-4c58-9069-0b5ddbf8f273 { display: none !important; }}
#s-3136df30-3a98-4c58-9069-0b5ddbf8f273 .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-824cc197-0238-49b9-9d35-501e56951224 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-824cc197-0238-49b9-9d35-501e56951224:hover {background-color: rgba(11, 123, 133, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-824cc197-0238-49b9-9d35-501e56951224:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-824cc197-0238-49b9-9d35-501e56951224-root {
    text-align: center;
  }


#s-824cc197-0238-49b9-9d35-501e56951224.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/483;
text-align: center;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1eab04-b858-4eae-9241-d815066e5b17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }

    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-link {
      aspect-ratio: 1500/483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1eab04-b858-4eae-9241-d815066e5b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2a1eab04-b858-4eae-9241-d815066e5b17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image {
  box-sizing: border-box;
}



.s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1eab04-b858-4eae-9241-d815066e5b17 {
      --shg-aspect-ratio: calc(1500/483); 
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container {
      position: relative;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1eab04-b858-4eae-9241-d815066e5b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b05bc9da-07b4-4526-bae7-4da2ceee3eb3.shg-box.shg-c {
  justify-content: center;
}

#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 {
  background-image: url(https://i.shgcdn.com/16b1fbde-94f8-42a6-9b02-2d847edac473/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3b9879c7-79f4-457a-b95a-82c53398e8d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b9879c7-79f4-457a-b95a-82c53398e8d6.shg-box.shg-c {
  justify-content: center;
}

#s-620bde0f-8a41-44d6-a619-943ffca456b9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-620bde0f-8a41-44d6-a619-943ffca456b9 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-5ce41b61-494e-4142-9aeb-4e2cf7d829f7 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: -6px;
margin-right: auto;
}
@media (max-width: 767px){#s-5ce41b61-494e-4142-9aeb-4e2cf7d829f7 {
  margin-left: 6%;
margin-right: 7%;
}
}
#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a-root {
    text-align: center;
  }


#s-97adc280-26d2-4b0c-a6aa-ebc8b8fe356a.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f7037eb3-9fc4-4bc5-ace8-56e0b4ed05ca {
  text-align: center;
}

#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 {
  min-height: 50px;
background-color: rgba(226, 177, 226, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-bd20d936-45fa-4f02-9e2a-15491e1276f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd20d936-45fa-4f02-9e2a-15491e1276f3.shg-box.shg-c {
  justify-content: center;
}

#s-a9e40c96-b4f9-43d6-a220-fe2d2e3e4e10 {
  margin-top: 30px;
margin-bottom: 15px;
}

#s-6da2a3ac-f99a-49be-bc26-03e0cb358c12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6da2a3ac-f99a-49be-bc26-03e0cb358c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6da2a3ac-f99a-49be-bc26-03e0cb358c12.shg-box.shg-c {
  justify-content: center;
}

#s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-22f9fccc-cf4a-49f0-8ea6-b7dc256149c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 .shg-sld-nav-button.shg-sld-left,
#s-a47392c7-0c4b-45e8-8f5b-942ded22d8b5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee 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-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee 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-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  margin: 0 !important;
  overflow: visible;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-415cdf4b-76b2-48d9-aace-b5843c166cee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add background color handling */
  
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-415cdf4b-76b2-48d9-aace-b5843c166cee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-415cdf4b-76b2-48d9-aace-b5843c166cee .shogun-image-content {
  
    justify-content: center;
  
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image {
  box-sizing: border-box;
}



.s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-415cdf4b-76b2-48d9-aace-b5843c166cee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container {
      position: relative;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-415cdf4b-76b2-48d9-aace-b5843c166cee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 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-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 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-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image {
  box-sizing: border-box;
}



.s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container {
      position: relative;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35d976f-0c1b-4dd5-844d-e2011f007dd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 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-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 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-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image {
  box-sizing: border-box;
}



.s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container {
      position: relative;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f3e6f0-64e7-4a37-b829-151d00e91998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d7b0545c-417b-4d42-803d-726e2c3390ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d7b0545c-417b-4d42-803d-726e2c3390ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7b0545c-417b-4d42-803d-726e2c3390ec {
  cursor: pointer;
}#s-d7b0545c-417b-4d42-803d-726e2c3390ec.shg-box.shg-c {
  justify-content: center;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 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-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 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-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image {
  box-sizing: border-box;
}



.s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container {
      position: relative;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45a36f99-cfc7-472d-8630-22c9f3f2aff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-3946dc47-b5bb-4b5c-b3e9-968473863038 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3946dc47-b5bb-4b5c-b3e9-968473863038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3946dc47-b5bb-4b5c-b3e9-968473863038.shg-box.shg-c {
  justify-content: center;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 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-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 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-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image {
  box-sizing: border-box;
}



.s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container {
      position: relative;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7739606-04b4-4b13-bee0-8276dd4c46c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 {
  margin-left: 16%;
margin-right: 16%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 .shg-sld-nav-button.shg-sld-left,
#s-bab16d41-f794-46b3-a8f5-6488dc6738e2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-43b4693d-c11a-478b-b201-5fb0e5b17496 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-43b4693d-c11a-478b-b201-5fb0e5b17496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43b4693d-c11a-478b-b201-5fb0e5b17496 {
  cursor: pointer;
}#s-43b4693d-c11a-478b-b201-5fb0e5b17496.shg-box.shg-c {
  justify-content: center;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  margin: 0 !important;
  overflow: visible;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add background color handling */
  
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-19c8497f-cf32-4fff-ad56-16ae736c19ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image {
  box-sizing: border-box;
}



.s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container {
      position: relative;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c8497f-cf32-4fff-ad56-16ae736c19ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-2c87c676-da36-49dd-a5f5-5fa46eb7428b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c87c676-da36-49dd-a5f5-5fa46eb7428b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-0413e9f1-f8de-471f-997e-3a573328b6fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0413e9f1-f8de-471f-997e-3a573328b6fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 2em;
  
  
}



#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9 {
  cursor: pointer;
}#s-9ed99198-20c4-4d91-9a14-2b74bf1325f9.shg-box.shg-c {
  justify-content: center;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image {
  box-sizing: border-box;
}



.s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container {
      position: relative;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b973a3e-1198-4ac8-bd9d-165b160f2e00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-56b55c8f-f977-4cb2-9f64-4f38ad142d0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56b55c8f-f977-4cb2-9f64-4f38ad142d0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-10b6a59f-8207-44ce-a909-ad482ee6b2a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b6a59f-8207-44ce-a909-ad482ee6b2a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-386afcc6-ceae-4acc-b932-bf32aa81fafb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-386afcc6-ceae-4acc-b932-bf32aa81fafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-386afcc6-ceae-4acc-b932-bf32aa81fafb {
  cursor: pointer;
}#s-386afcc6-ceae-4acc-b932-bf32aa81fafb.shg-box.shg-c {
  justify-content: center;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74818cb8-5134-4386-baa9-7383e8e346b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74818cb8-5134-4386-baa9-7383e8e346b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-74818cb8-5134-4386-baa9-7383e8e346b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image {
  box-sizing: border-box;
}



.s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74818cb8-5134-4386-baa9-7383e8e346b5 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container {
      position: relative;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74818cb8-5134-4386-baa9-7383e8e346b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-dcc79d5a-0b80-4fc2-8cf4-9fbaf71a727f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc79d5a-0b80-4fc2-8cf4-9fbaf71a727f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-ecb500cf-af51-4595-a4e5-95a6d816bbc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb500cf-af51-4595-a4e5-95a6d816bbc7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-4fa46339-0fef-41a2-8298-a27bf2eb564e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4fa46339-0fef-41a2-8298-a27bf2eb564e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fa46339-0fef-41a2-8298-a27bf2eb564e {
  cursor: pointer;
}#s-4fa46339-0fef-41a2-8298-a27bf2eb564e.shg-box.shg-c {
  justify-content: center;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin-left: 21%;
margin-bottom: 4px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-658d875f-ad46-42e8-9652-3668462ce055 {
  margin: 0 !important;
  overflow: visible;
}

#s-658d875f-ad46-42e8-9652-3668462ce055-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-658d875f-ad46-42e8-9652-3668462ce055 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add background color handling */
  
}

#s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-658d875f-ad46-42e8-9652-3668462ce055 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-658d875f-ad46-42e8-9652-3668462ce055 .shogun-image-content {
  
    justify-content: center;
  
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image {
  box-sizing: border-box;
}



.s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-658d875f-ad46-42e8-9652-3668462ce055 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container {
      position: relative;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-658d875f-ad46-42e8-9652-3668462ce055 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-30f4e895-f984-4402-a19e-2729d26360cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30f4e895-f984-4402-a19e-2729d26360cd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  
}



#s-1874d214-454d-4334-8b09-21dfe124ab2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1874d214-454d-4334-8b09-21dfe124ab2f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}



#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6 {
  cursor: pointer;
}#s-635d683c-bb40-41ab-a645-b7cb9aed7ea6.shg-box.shg-c {
  justify-content: center;
}

#s-0163126c-e395-46e2-88fa-0639381bd152 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-0163126c-e395-46e2-88fa-0639381bd152 {
  display: none;
}
#s-0163126c-e395-46e2-88fa-0639381bd152, #wrap-s-0163126c-e395-46e2-88fa-0639381bd152, #wrap-content-s-0163126c-e395-46e2-88fa-0639381bd152 { display: none !important; }}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  display: none;
}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-content-s-92568da9-fb62-4032-a9c4-d4e4373a89c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  display: none;
}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-content-s-92568da9-fb62-4032-a9c4-d4e4373a89c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92568da9-fb62-4032-a9c4-d4e4373a89c7 {
  display: none;
}
#s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-s-92568da9-fb62-4032-a9c4-d4e4373a89c7, #wrap-content-s-92568da9-fb62-4032-a9c4-d4e4373a89c7 { display: none !important; }}
#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab5dbe90-5e6d-473e-a5e7-7aaf4ca38cd9.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-623ff1ea-aa37-46b8-96c2-64910c2deb38 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-623ff1ea-aa37-46b8-96c2-64910c2deb38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc {
  min-height: 50px;
}








#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc {
  cursor: pointer;
}#s-6eecab43-00a1-40a9-8e74-0e0da9a105cc.shg-box.shg-c {
  justify-content: center;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}



.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}



.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 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-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}



.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 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-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}



.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  margin: 0 !important;
  overflow: visible;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add background color handling */
  
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image {
  box-sizing: border-box;
}



.s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container {
      position: relative;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c88c57e4-d073-4788-b7ad-24e4a1da6598 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-dda29c6d-8f38-42b1-ba8d-d85a9d71e7f1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53 {
  min-height: 50px;
}








#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53 {
  cursor: pointer;
}#s-4d24a331-7b4e-4555-80ee-9b535e3b8b53.shg-box.shg-c {
  justify-content: center;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}



.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}



.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a 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-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}



.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a 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-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}



.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image {
  box-sizing: border-box;
}



.s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container {
      position: relative;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc9e5ff5-09ba-4fbc-bddc-83930830879a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-021d16e8-e341-4b4b-96bc-a03c90520a77 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b {
  min-height: 50px;
}








#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b {
  cursor: pointer;
}#s-1e7f6244-dcf6-4127-a5ff-a35c6b542e6b.shg-box.shg-c {
  justify-content: center;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}



.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}



.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b 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-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}



.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b 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-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}



.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  margin: 0 !important;
  overflow: visible;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add background color handling */
  
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image {
  box-sizing: border-box;
}



.s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container {
      position: relative;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b6c82f-b4ec-440f-bad6-54d4b5698a7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-ce5f0dad-4bb9-46c9-a009-b318e4640cce {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684 {
  min-height: 50px;
}








#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684 {
  cursor: pointer;
}#s-09189bb1-7e9e-4e4d-a45a-d4bd4cc72684.shg-box.shg-c {
  justify-content: center;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  max-width: 1000px;
aspect-ratio: 1000/1206;
text-align: center;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}



.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}



.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 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-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}



.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 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-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}



.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }

    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-link {
      aspect-ratio: 1000/1206;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-312228d4-a86c-4731-89ba-e29fcf9800b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image {
  box-sizing: border-box;
}



.s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 {
      --shg-aspect-ratio: calc(1000/1206); 
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container {
      position: relative;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-312228d4-a86c-4731-89ba-e29fcf9800b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-622e4797-cc0b-4b36-a0d8-1dcfc0cfc282 {
  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-d581d95e-0aed-4867-a06b-44667281a717 {
  margin-top: 35px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d581d95e-0aed-4867-a06b-44667281a717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d581d95e-0aed-4867-a06b-44667281a717 {
  cursor: pointer;
}#s-d581d95e-0aed-4867-a06b-44667281a717.shg-box.shg-c {
  justify-content: center;
}

#s-01d8d788-f3f8-49fc-afcb-6dbca0261a41 {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01d8d788-f3f8-49fc-afcb-6dbca0261a41 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-c4e923a7-542c-4fb7-bf2c-bef7e89a3e5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f255514d-3ecb-4c5d-b178-328824863daa {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f.shg-box.shg-c {
  justify-content: center;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 2500/93;
text-align: center;
}
@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-bottom: -2px;
display: none;
}
#s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-content-s-d9d18169-4e52-40e1-b581-14a0848c3286 { display: none !important; }}
#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-628f3d15-4de2-47c6-abb7-634d14632cac {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center top;
}








#s-628f3d15-4de2-47c6-abb7-634d14632cac > .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 (max-width: 767px){#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 6%;
margin-right: 6%;
}
}
@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: 14px;
  
  
  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: 14px;
  
  
  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: 14px;
  
  
  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: 14px;
  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: 14px;
  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: 14px;
  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: 14px;
  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}