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

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

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

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

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

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

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

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

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

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

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

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

#s-c93c72f5-41a3-43ae-8608-23e02f7ed637 {
  min-height: 50px;
}








#s-c93c72f5-41a3-43ae-8608-23e02f7ed637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c93c72f5-41a3-43ae-8608-23e02f7ed637.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87db3734-0349-4b89-bc6f-fccf7b5b09b5 {
  min-height: 50px;
}








#s-87db3734-0349-4b89-bc6f-fccf7b5b09b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87db3734-0349-4b89-bc6f-fccf7b5b09b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5c97434-56e0-45ee-a659-74beae063fc4 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(49, 70, 67, 1);
}
@media (max-width: 767px){#s-a5c97434-56e0-45ee-a659-74beae063fc4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-a5c97434-56e0-45ee-a659-74beae063fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5c97434-56e0-45ee-a659-74beae063fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6 {
  display: none;
}
#s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6, #wrap-s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6, #wrap-content-s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6 { display: none !important; }}@media (max-width: 767px){#s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6 {
  display: none;
}
#s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6, #wrap-s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6, #wrap-content-s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e78c3e5-07b6-4adf-b05f-46c38477d5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a9ac8b2-5e8b-4f03-a002-6731e9da8fc1 {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-5a9ac8b2-5e8b-4f03-a002-6731e9da8fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a9ac8b2-5e8b-4f03-a002-6731e9da8fc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-2ef15ced-158a-491b-8535-f010c1865d1b {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2ef15ced-158a-491b-8535-f010c1865d1b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8ea52146-9d90-4e51-9f4e-35adcbb936e9 {
  margin-top: 15px;
}

.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-58cba8b4-cda4-486d-87c0-b6ced6893fc4 {
  border-style: solid;
margin-top: 32px;
padding-top: 5px;
padding-left: 55px;
padding-bottom: 5px;
padding-right: 55px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-58cba8b4-cda4-486d-87c0-b6ced6893fc4-root {
    text-align: left;
  }


#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58cba8b4-cda4-486d-87c0-b6ced6893fc4-root {
    text-align: left;
  }


#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58cba8b4-cda4-486d-87c0-b6ced6893fc4-root {
    text-align: left;
  }


#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58cba8b4-cda4-486d-87c0-b6ced6893fc4-root {
    text-align: left;
  }


#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58cba8b4-cda4-486d-87c0-b6ced6893fc4-root {
    text-align: left;
  }


#s-58cba8b4-cda4-486d-87c0-b6ced6893fc4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-7cdeadc4-9d65-494e-b83d-a91cb003855c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7cdeadc4-9d65-494e-b83d-a91cb003855c {
  display: none;
}
#s-7cdeadc4-9d65-494e-b83d-a91cb003855c, #wrap-s-7cdeadc4-9d65-494e-b83d-a91cb003855c, #wrap-content-s-7cdeadc4-9d65-494e-b83d-a91cb003855c { display: none !important; }}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  margin-left: auto;
margin-right: auto;
max-width: 3595px;
aspect-ratio: 3595/2663;
text-align: center;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
  box-sizing: border-box;
}



.s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dcbb983-abb8-4425-8184-ef981b35c873 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
      position: relative;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

@media (min-width: 1200px){#s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
  box-sizing: border-box;
}



.s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dcbb983-abb8-4425-8184-ef981b35c873 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
      position: relative;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
  box-sizing: border-box;
}



.s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dcbb983-abb8-4425-8184-ef981b35c873 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
      position: relative;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
  box-sizing: border-box;
}



.s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dcbb983-abb8-4425-8184-ef981b35c873 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
      position: relative;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (max-width: 767px){#s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcbb983-abb8-4425-8184-ef981b35c873 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dcbb983-abb8-4425-8184-ef981b35c873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-1dcbb983-abb8-4425-8184-ef981b35c873 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image {
  box-sizing: border-box;
}



.s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dcbb983-abb8-4425-8184-ef981b35c873 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container {
      position: relative;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dcbb983-abb8-4425-8184-ef981b35c873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}
#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815 {
  display: none;
}
#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815, #wrap-s-4ded1ca2-4bb7-43d3-8516-e0a0326db815, #wrap-content-s-4ded1ca2-4bb7-43d3-8516-e0a0326db815 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815 {
  display: none;
}
#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815, #wrap-s-4ded1ca2-4bb7-43d3-8516-e0a0326db815, #wrap-content-s-4ded1ca2-4bb7-43d3-8516-e0a0326db815 { display: none !important; }}







#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ded1ca2-4bb7-43d3-8516-e0a0326db815.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  max-width: 3595px;
aspect-ratio: 3595/2663;
text-align: center;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
  box-sizing: border-box;
}



.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
      position: relative;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

@media (min-width: 1200px){#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
  box-sizing: border-box;
}



.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
      position: relative;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
  box-sizing: border-box;
}



.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
      position: relative;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
  box-sizing: border-box;
}



.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
      position: relative;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (max-width: 767px){#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image {
  box-sizing: border-box;
}



.s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container {
      position: relative;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6db2393e-5403-495b-b58e-9ab1d62fbd5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}
#s-4581a303-3425-417d-947b-9a6c48bf2cde {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4581a303-3425-417d-947b-9a6c48bf2cde {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-4581a303-3425-417d-947b-9a6c48bf2cde {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-4581a303-3425-417d-947b-9a6c48bf2cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4581a303-3425-417d-947b-9a6c48bf2cde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-460a2d32-fd49-43b3-9514-4d0f671bc85d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-460a2d32-fd49-43b3-9514-4d0f671bc85d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}



#s-5b6faab8-0259-4ab8-8507-fdf49072f237 {
  margin-top: 10px;
margin-left: 3%;
margin-right: 3%;
}

#s-fc0674d0-c467-4e72-a24f-539bdfa51220 {
  border-style: solid;
margin-top: 10px;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fc0674d0-c467-4e72-a24f-539bdfa51220:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc0674d0-c467-4e72-a24f-539bdfa51220:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fc0674d0-c467-4e72-a24f-539bdfa51220-root {
    text-align: center;
  }


#s-fc0674d0-c467-4e72-a24f-539bdfa51220.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc0674d0-c467-4e72-a24f-539bdfa51220-root {
    text-align: center;
  }


#s-fc0674d0-c467-4e72-a24f-539bdfa51220.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc0674d0-c467-4e72-a24f-539bdfa51220-root {
    text-align: center;
  }


#s-fc0674d0-c467-4e72-a24f-539bdfa51220.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc0674d0-c467-4e72-a24f-539bdfa51220-root {
    text-align: center;
  }


#s-fc0674d0-c467-4e72-a24f-539bdfa51220.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc0674d0-c467-4e72-a24f-539bdfa51220-root {
    text-align: center;
  }


#s-fc0674d0-c467-4e72-a24f-539bdfa51220.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 {
  display: none;
}
#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2, #wrap-s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2, #wrap-content-s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 {
  display: none;
}
#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2, #wrap-s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2, #wrap-content-s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 {
  display: none;
}
#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2, #wrap-s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2, #wrap-content-s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 { display: none !important; }}@media (max-width: 767px){#s-1d8bb56c-2c58-4d2d-ac3a-6a02be33bdb2 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-51b0fc9a-7c29-414d-9b45-fa63d78c2be1 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(252, 252, 249, 1);
}
@media (max-width: 767px){#s-51b0fc9a-7c29-414d-9b45-fa63d78c2be1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-51b0fc9a-7c29-414d-9b45-fa63d78c2be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51b0fc9a-7c29-414d-9b45-fa63d78c2be1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  margin-top: 0px;
max-width: 350px;
aspect-ratio: 1456/102;
text-align: center;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
  box-sizing: border-box;
}



.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
      position: relative;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
  box-sizing: border-box;
}



.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
      position: relative;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
  box-sizing: border-box;
}



.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
      position: relative;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
  box-sizing: border-box;
}



.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
      position: relative;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image {
  box-sizing: border-box;
}



.s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container {
      position: relative;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f5fa81a-cca7-41f3-a4d6-c343f6d492c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-36178744-f613-49bf-b358-75361be71298 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-36178744-f613-49bf-b358-75361be71298 {
  display: none;
}
#s-36178744-f613-49bf-b358-75361be71298, #wrap-s-36178744-f613-49bf-b358-75361be71298, #wrap-content-s-36178744-f613-49bf-b358-75361be71298 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36178744-f613-49bf-b358-75361be71298 {
  display: none;
}
#s-36178744-f613-49bf-b358-75361be71298, #wrap-s-36178744-f613-49bf-b358-75361be71298, #wrap-content-s-36178744-f613-49bf-b358-75361be71298 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36178744-f613-49bf-b358-75361be71298 {
  display: none;
}
#s-36178744-f613-49bf-b358-75361be71298, #wrap-s-36178744-f613-49bf-b358-75361be71298, #wrap-content-s-36178744-f613-49bf-b358-75361be71298 { display: none !important; }}@media (max-width: 767px){#s-36178744-f613-49bf-b358-75361be71298 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-26d69491-40ca-40d6-95cf-3fea794980ac {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-26d69491-40ca-40d6-95cf-3fea794980ac {
  display: none;
}
#s-26d69491-40ca-40d6-95cf-3fea794980ac, #wrap-s-26d69491-40ca-40d6-95cf-3fea794980ac, #wrap-content-s-26d69491-40ca-40d6-95cf-3fea794980ac { display: none !important; }}
#s-ca59a746-64a2-4c0c-a57a-49e57267ed4a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca59a746-64a2-4c0c-a57a-49e57267ed4a {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ca59a746-64a2-4c0c-a57a-49e57267ed4a {
  display: none;
}
#s-ca59a746-64a2-4c0c-a57a-49e57267ed4a, #wrap-s-ca59a746-64a2-4c0c-a57a-49e57267ed4a, #wrap-content-s-ca59a746-64a2-4c0c-a57a-49e57267ed4a { display: none !important; }}
@media (min-width: 0px) {
[id="s-ca59a746-64a2-4c0c-a57a-49e57267ed4a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ca59a746-64a2-4c0c-a57a-49e57267ed4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ca59a746-64a2-4c0c-a57a-49e57267ed4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca59a746-64a2-4c0c-a57a-49e57267ed4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-082be5f5-7d07-4182-9974-40508fb75b1f {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f {
  margin: 0 !important;
  overflow: visible;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add background color handling */
  
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-082be5f5-7d07-4182-9974-40508fb75b1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
  box-sizing: border-box;
}



.s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  
}


@media (min-width: 1200px){#s-082be5f5-7d07-4182-9974-40508fb75b1f {
  margin: 0 !important;
  overflow: visible;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add background color handling */
  
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-082be5f5-7d07-4182-9974-40508fb75b1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
  box-sizing: border-box;
}



.s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-082be5f5-7d07-4182-9974-40508fb75b1f {
  margin: 0 !important;
  overflow: visible;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add background color handling */
  
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-082be5f5-7d07-4182-9974-40508fb75b1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
  box-sizing: border-box;
}



.s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-082be5f5-7d07-4182-9974-40508fb75b1f {
  margin: 0 !important;
  overflow: visible;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add background color handling */
  
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-082be5f5-7d07-4182-9974-40508fb75b1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
  box-sizing: border-box;
}



.s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  
}


}@media (max-width: 767px){#s-082be5f5-7d07-4182-9974-40508fb75b1f {
  margin: 0 !important;
  overflow: visible;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-082be5f5-7d07-4182-9974-40508fb75b1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add background color handling */
  
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-082be5f5-7d07-4182-9974-40508fb75b1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-082be5f5-7d07-4182-9974-40508fb75b1f.shogun-image {
  box-sizing: border-box;
}



.s-082be5f5-7d07-4182-9974-40508fb75b1f img.shogun-image {
  
}


}
#s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  margin: 0 !important;
  overflow: visible;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add background color handling */
  
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0696ade4-d888-4614-9ac4-6bbb1888675d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
  box-sizing: border-box;
}



.s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  
}


@media (min-width: 1200px){#s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  margin: 0 !important;
  overflow: visible;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add background color handling */
  
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0696ade4-d888-4614-9ac4-6bbb1888675d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
  box-sizing: border-box;
}



.s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  margin: 0 !important;
  overflow: visible;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add background color handling */
  
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0696ade4-d888-4614-9ac4-6bbb1888675d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
  box-sizing: border-box;
}



.s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  margin: 0 !important;
  overflow: visible;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add background color handling */
  
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0696ade4-d888-4614-9ac4-6bbb1888675d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
  box-sizing: border-box;
}



.s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  
}


}@media (max-width: 767px){#s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  margin: 0 !important;
  overflow: visible;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0696ade4-d888-4614-9ac4-6bbb1888675d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add background color handling */
  
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0696ade4-d888-4614-9ac4-6bbb1888675d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0696ade4-d888-4614-9ac4-6bbb1888675d.shogun-image {
  box-sizing: border-box;
}



.s-0696ade4-d888-4614-9ac4-6bbb1888675d img.shogun-image {
  
}


}
#s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8266e773-a38b-418e-a911-97f6cc8b89dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
  box-sizing: border-box;
}



.s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  
}


@media (min-width: 1200px){#s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8266e773-a38b-418e-a911-97f6cc8b89dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
  box-sizing: border-box;
}



.s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8266e773-a38b-418e-a911-97f6cc8b89dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
  box-sizing: border-box;
}



.s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8266e773-a38b-418e-a911-97f6cc8b89dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
  box-sizing: border-box;
}



.s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  
}


}@media (max-width: 767px){#s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  margin: 0 !important;
  overflow: visible;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8266e773-a38b-418e-a911-97f6cc8b89dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add background color handling */
  
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8266e773-a38b-418e-a911-97f6cc8b89dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8266e773-a38b-418e-a911-97f6cc8b89dc.shogun-image {
  box-sizing: border-box;
}



.s-8266e773-a38b-418e-a911-97f6cc8b89dc img.shogun-image {
  
}


}
#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
  box-sizing: border-box;
}



.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
  box-sizing: border-box;
}



.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
  box-sizing: border-box;
}



.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
  box-sizing: border-box;
}



.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861.shogun-image {
  box-sizing: border-box;
}



.s-4f8c0e46-5ecf-4ba2-8c1a-4db26956f861 img.shogun-image {
  
}


}
#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  max-width: 120px;
text-align: center;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
  box-sizing: border-box;
}



.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
  box-sizing: border-box;
}



.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
  box-sizing: border-box;
}



.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
  box-sizing: border-box;
}



.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5.shogun-image {
  box-sizing: border-box;
}



.s-a10afad2-647b-4299-8a6d-4ffdb3e72ea5 img.shogun-image {
  
}


}
#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  max-width: 120px;
text-align: center;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  margin: 0 !important;
  overflow: visible;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add background color handling */
  
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
  box-sizing: border-box;
}



.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  margin: 0 !important;
  overflow: visible;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add background color handling */
  
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
  box-sizing: border-box;
}



.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  margin: 0 !important;
  overflow: visible;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add background color handling */
  
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
  box-sizing: border-box;
}



.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  margin: 0 !important;
  overflow: visible;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add background color handling */
  
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
  box-sizing: border-box;
}



.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  margin: 0 !important;
  overflow: visible;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6559c2c8-4541-40e7-8736-ba74e4b4c610 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add background color handling */
  
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6559c2c8-4541-40e7-8736-ba74e4b4c610.shogun-image {
  box-sizing: border-box;
}



.s-6559c2c8-4541-40e7-8736-ba74e4b4c610 img.shogun-image {
  
}


}
#s-27861bd4-3e68-4d33-aef7-27ad27d08c20 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
}
@media (min-width: 1200px){#s-27861bd4-3e68-4d33-aef7-27ad27d08c20 {
  display: none;
}
#s-27861bd4-3e68-4d33-aef7-27ad27d08c20, #wrap-s-27861bd4-3e68-4d33-aef7-27ad27d08c20, #wrap-content-s-27861bd4-3e68-4d33-aef7-27ad27d08c20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27861bd4-3e68-4d33-aef7-27ad27d08c20 {
  display: none;
}
#s-27861bd4-3e68-4d33-aef7-27ad27d08c20, #wrap-s-27861bd4-3e68-4d33-aef7-27ad27d08c20, #wrap-content-s-27861bd4-3e68-4d33-aef7-27ad27d08c20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27861bd4-3e68-4d33-aef7-27ad27d08c20 {
  display: none;
}
#s-27861bd4-3e68-4d33-aef7-27ad27d08c20, #wrap-s-27861bd4-3e68-4d33-aef7-27ad27d08c20, #wrap-content-s-27861bd4-3e68-4d33-aef7-27ad27d08c20 { display: none !important; }}@media (max-width: 767px){#s-27861bd4-3e68-4d33-aef7-27ad27d08c20 {
  
}
}
@media (min-width: 0px) {
[id="s-27861bd4-3e68-4d33-aef7-27ad27d08c20"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-27861bd4-3e68-4d33-aef7-27ad27d08c20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-27861bd4-3e68-4d33-aef7-27ad27d08c20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-27861bd4-3e68-4d33-aef7-27ad27d08c20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  margin: 0 !important;
  overflow: visible;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add background color handling */
  
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 .shogun-image-content {
  
    justify-content: center;
  
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
  box-sizing: border-box;
}



.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  
}


@media (min-width: 1200px){#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  margin: 0 !important;
  overflow: visible;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add background color handling */
  
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 .shogun-image-content {
  
    justify-content: center;
  
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
  box-sizing: border-box;
}



.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  margin: 0 !important;
  overflow: visible;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add background color handling */
  
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 .shogun-image-content {
  
    justify-content: center;
  
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
  box-sizing: border-box;
}



.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  margin: 0 !important;
  overflow: visible;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add background color handling */
  
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 .shogun-image-content {
  
    justify-content: center;
  
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
  box-sizing: border-box;
}



.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  
}


}@media (max-width: 767px){#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  margin: 0 !important;
  overflow: visible;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add background color handling */
  
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 .shogun-image-content {
  
    justify-content: center;
  
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441.shogun-image {
  box-sizing: border-box;
}



.s-804c058c-8cc7-4f3f-a0bb-58b80f9ad441 img.shogun-image {
  
}


}
#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
  box-sizing: border-box;
}



.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
  box-sizing: border-box;
}



.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
  box-sizing: border-box;
}



.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
  box-sizing: border-box;
}



.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe08e83f-7952-430d-9e7f-9e75b0e773d6.shogun-image {
  box-sizing: border-box;
}



.s-fe08e83f-7952-430d-9e7f-9e75b0e773d6 img.shogun-image {
  
}


}
#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
  box-sizing: border-box;
}



.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
  box-sizing: border-box;
}



.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
  box-sizing: border-box;
}



.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
  box-sizing: border-box;
}



.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9.shogun-image {
  box-sizing: border-box;
}



.s-b7f59962-c7ee-4d66-b7b9-e7a9b7c860d9 img.shogun-image {
  
}


}
#s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  margin: 0 !important;
  overflow: visible;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add background color handling */
  
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b83cefd1-311e-4260-ae4b-67ec4cde807f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
  box-sizing: border-box;
}



.s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  
}


@media (min-width: 1200px){#s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  margin: 0 !important;
  overflow: visible;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add background color handling */
  
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b83cefd1-311e-4260-ae4b-67ec4cde807f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
  box-sizing: border-box;
}



.s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  margin: 0 !important;
  overflow: visible;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add background color handling */
  
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b83cefd1-311e-4260-ae4b-67ec4cde807f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
  box-sizing: border-box;
}



.s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  margin: 0 !important;
  overflow: visible;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add background color handling */
  
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b83cefd1-311e-4260-ae4b-67ec4cde807f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
  box-sizing: border-box;
}



.s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  
}


}@media (max-width: 767px){#s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  margin: 0 !important;
  overflow: visible;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83cefd1-311e-4260-ae4b-67ec4cde807f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add background color handling */
  
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b83cefd1-311e-4260-ae4b-67ec4cde807f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83cefd1-311e-4260-ae4b-67ec4cde807f.shogun-image {
  box-sizing: border-box;
}



.s-b83cefd1-311e-4260-ae4b-67ec4cde807f img.shogun-image {
  
}


}
#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 {
  margin-top: 5px;
margin-left: 10%;
margin-right: 10%;
max-width: 1000px;
}
@media (min-width: 1200px){#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 {
  display: none;
}
#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852, #wrap-s-ad8cac37-d97e-4b0a-bbea-fa72233b1852, #wrap-content-s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 {
  display: none;
}
#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852, #wrap-s-ad8cac37-d97e-4b0a-bbea-fa72233b1852, #wrap-content-s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 {
  display: none;
}
#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852, #wrap-s-ad8cac37-d97e-4b0a-bbea-fa72233b1852, #wrap-content-s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 { display: none !important; }}@media (max-width: 767px){#s-ad8cac37-d97e-4b0a-bbea-fa72233b1852 {
  
}
}
@media (min-width: 0px) {
[id="s-ad8cac37-d97e-4b0a-bbea-fa72233b1852"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ad8cac37-d97e-4b0a-bbea-fa72233b1852"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ad8cac37-d97e-4b0a-bbea-fa72233b1852"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ad8cac37-d97e-4b0a-bbea-fa72233b1852"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  max-width: 120px;
text-align: center;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  margin: 0 !important;
  overflow: visible;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add background color handling */
  
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
  box-sizing: border-box;
}



.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  
}


@media (min-width: 1200px){#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  margin: 0 !important;
  overflow: visible;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add background color handling */
  
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
  box-sizing: border-box;
}



.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  margin: 0 !important;
  overflow: visible;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add background color handling */
  
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
  box-sizing: border-box;
}



.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  margin: 0 !important;
  overflow: visible;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add background color handling */
  
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
  box-sizing: border-box;
}



.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  
}


}@media (max-width: 767px){#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  margin: 0 !important;
  overflow: visible;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add background color handling */
  
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e.shogun-image {
  box-sizing: border-box;
}



.s-8cfe9b3b-0ae5-4eb2-91cd-3562f6f4f25e img.shogun-image {
  
}


}
#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  max-width: 120px;
text-align: center;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
  box-sizing: border-box;
}



.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
  box-sizing: border-box;
}



.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
  box-sizing: border-box;
}



.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
  box-sizing: border-box;
}



.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874.shogun-image {
  box-sizing: border-box;
}



.s-9e69ea66-4b5f-4a2f-bf3e-cab25bfe3874 img.shogun-image {
  
}


}
#s-70ba5688-2af2-491b-a6b5-426de7483626 {
  max-width: 120px;
text-align: center;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 {
  margin: 0 !important;
  overflow: visible;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add background color handling */
  
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70ba5688-2af2-491b-a6b5-426de7483626 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
  box-sizing: border-box;
}



.s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  
}


@media (min-width: 1200px){#s-70ba5688-2af2-491b-a6b5-426de7483626 {
  margin: 0 !important;
  overflow: visible;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add background color handling */
  
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70ba5688-2af2-491b-a6b5-426de7483626 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
  box-sizing: border-box;
}



.s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-70ba5688-2af2-491b-a6b5-426de7483626 {
  margin: 0 !important;
  overflow: visible;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add background color handling */
  
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70ba5688-2af2-491b-a6b5-426de7483626 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
  box-sizing: border-box;
}



.s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-70ba5688-2af2-491b-a6b5-426de7483626 {
  margin: 0 !important;
  overflow: visible;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add background color handling */
  
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70ba5688-2af2-491b-a6b5-426de7483626 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
  box-sizing: border-box;
}



.s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  
}


}@media (max-width: 767px){#s-70ba5688-2af2-491b-a6b5-426de7483626 {
  margin: 0 !important;
  overflow: visible;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70ba5688-2af2-491b-a6b5-426de7483626 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add background color handling */
  
}

#s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70ba5688-2af2-491b-a6b5-426de7483626 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ba5688-2af2-491b-a6b5-426de7483626.shogun-image {
  box-sizing: border-box;
}



.s-70ba5688-2af2-491b-a6b5-426de7483626 img.shogun-image {
  
}


}
#s-cd5babdd-a44a-4c46-b239-a8483a27a82b {
  margin-right: 0%;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(231, 240, 238, 1);
}
@media (max-width: 767px){#s-cd5babdd-a44a-4c46-b239-a8483a27a82b {
  padding-top: 10px;
padding-bottom: 20px;
}
}







#s-cd5babdd-a44a-4c46-b239-a8483a27a82b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd5babdd-a44a-4c46-b239-a8483a27a82b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3c850ff-6cd6-459a-9111-d63f1ef18819 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e0f7b6b9-650a-40d5-b2da-56f5b9b563b7 {
  margin-top: 5px;
text-align: center;
}
@media (max-width: 767px){#s-e0f7b6b9-650a-40d5-b2da-56f5b9b563b7 {
  margin-top: 0px;
}
}
#s-e0f7b6b9-650a-40d5-b2da-56f5b9b563b7 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e0f7b6b9-650a-40d5-b2da-56f5b9b563b7 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-e0f7b6b9-650a-40d5-b2da-56f5b9b563b7 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-34ee06df-33f5-4f4b-85ca-8ea13a981717 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (max-width: 767px){#s-34ee06df-33f5-4f4b-85ca-8ea13a981717 {
  margin-top: 10px;
}
}
#s-724d0335-d527-4414-857f-07ad988802f3 {
  border-style: solid;
margin-top: 32px;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-724d0335-d527-4414-857f-07ad988802f3:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-724d0335-d527-4414-857f-07ad988802f3:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-724d0335-d527-4414-857f-07ad988802f3 {
  margin-top: 0px;
}
}

  #s-724d0335-d527-4414-857f-07ad988802f3-root {
    text-align: center;
  }


#s-724d0335-d527-4414-857f-07ad988802f3.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-724d0335-d527-4414-857f-07ad988802f3-root {
    text-align: center;
  }


#s-724d0335-d527-4414-857f-07ad988802f3.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-724d0335-d527-4414-857f-07ad988802f3-root {
    text-align: center;
  }


#s-724d0335-d527-4414-857f-07ad988802f3.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-724d0335-d527-4414-857f-07ad988802f3-root {
    text-align: center;
  }


#s-724d0335-d527-4414-857f-07ad988802f3.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-724d0335-d527-4414-857f-07ad988802f3-root {
    text-align: center;
  }


#s-724d0335-d527-4414-857f-07ad988802f3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-0961719d-f9e3-42ce-bbd1-26f0b5173eb7 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0961719d-f9e3-42ce-bbd1-26f0b5173eb7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-0961719d-f9e3-42ce-bbd1-26f0b5173eb7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-0961719d-f9e3-42ce-bbd1-26f0b5173eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0961719d-f9e3-42ce-bbd1-26f0b5173eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea {
  
}
}@media (max-width: 767px){#s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75c000cc-c9cc-4ec4-a121-3eab4f1c8fea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d761cb7d-5669-4e0f-b06a-d40784ff48f3 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-b3e20a91-c0f4-4383-b927-73fd28361483 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3e20a91-c0f4-4383-b927-73fd28361483 {
  display: none;
}
#s-b3e20a91-c0f4-4383-b927-73fd28361483, #wrap-s-b3e20a91-c0f4-4383-b927-73fd28361483, #wrap-content-s-b3e20a91-c0f4-4383-b927-73fd28361483 { display: none !important; }}@media (max-width: 767px){#s-b3e20a91-c0f4-4383-b927-73fd28361483 {
  display: none;
}
#s-b3e20a91-c0f4-4383-b927-73fd28361483, #wrap-s-b3e20a91-c0f4-4383-b927-73fd28361483, #wrap-content-s-b3e20a91-c0f4-4383-b927-73fd28361483 { display: none !important; }}







#s-b3e20a91-c0f4-4383-b927-73fd28361483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3e20a91-c0f4-4383-b927-73fd28361483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-00c0b6a6-ec3a-4252-bf0a-a580986133a3 {
  
}
}
@media (min-width: 0px) {
[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-00c0b6a6-ec3a-4252-bf0a-a580986133a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-53041811-504d-4ee5-bf95-fdea8aa5dac5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-53041811-504d-4ee5-bf95-fdea8aa5dac5 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-b2f9ce9f-97b0-43cb-86ac-4abd62b975b6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b2f9ce9f-97b0-43cb-86ac-4abd62b975b6 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-26d1f753-198a-4abf-93e0-ba2251444772 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26d1f753-198a-4abf-93e0-ba2251444772 {
  margin-top: 10px;
display: none;
}
#s-26d1f753-198a-4abf-93e0-ba2251444772, #wrap-s-26d1f753-198a-4abf-93e0-ba2251444772, #wrap-content-s-26d1f753-198a-4abf-93e0-ba2251444772 { display: none !important; }}@media (max-width: 767px){#s-26d1f753-198a-4abf-93e0-ba2251444772 {
  display: none;
}
#s-26d1f753-198a-4abf-93e0-ba2251444772, #wrap-s-26d1f753-198a-4abf-93e0-ba2251444772, #wrap-content-s-26d1f753-198a-4abf-93e0-ba2251444772 { display: none !important; }}
#s-b1bbb423-b3fe-485b-9bd6-b9910c482da5 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-b1bbb423-b3fe-485b-9bd6-b9910c482da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1bbb423-b3fe-485b-9bd6-b9910c482da5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f {
  margin: 0 !important;
  overflow: visible;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add background color handling */
  
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
  box-sizing: border-box;
}



.s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9153123c-1715-46e1-b859-7333f2fc486f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
      position: relative;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-9153123c-1715-46e1-b859-7333f2fc486f {
  margin: 0 !important;
  overflow: visible;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add background color handling */
  
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
  box-sizing: border-box;
}



.s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9153123c-1715-46e1-b859-7333f2fc486f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
      position: relative;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9153123c-1715-46e1-b859-7333f2fc486f {
  margin: 0 !important;
  overflow: visible;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add background color handling */
  
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
  box-sizing: border-box;
}



.s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9153123c-1715-46e1-b859-7333f2fc486f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
      position: relative;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9153123c-1715-46e1-b859-7333f2fc486f {
  margin: 0 !important;
  overflow: visible;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add background color handling */
  
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
  box-sizing: border-box;
}



.s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9153123c-1715-46e1-b859-7333f2fc486f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
      position: relative;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-9153123c-1715-46e1-b859-7333f2fc486f {
  margin: 0 !important;
  overflow: visible;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9153123c-1715-46e1-b859-7333f2fc486f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add background color handling */
  
}

#s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9153123c-1715-46e1-b859-7333f2fc486f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9153123c-1715-46e1-b859-7333f2fc486f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image {
  box-sizing: border-box;
}



.s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9153123c-1715-46e1-b859-7333f2fc486f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container {
      position: relative;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9153123c-1715-46e1-b859-7333f2fc486f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-10d9e777-79a4-4e13-ad43-9bb2a9fe10e3 {
  margin-top: 5px;
}

#s-9db29fd8-5cec-47e3-9a71-5fadb9080306 {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: auto;
}

#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc {
  display: none;
}
#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc, #wrap-s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc, #wrap-content-s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc {
  display: none;
}
#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc, #wrap-s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc, #wrap-content-s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 32px;
}
}







#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f7634fa-ad57-4efc-a27b-f912dd4eaadc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eda224c-fc27-47e6-93d3-2c370523a3cc {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8eda224c-fc27-47e6-93d3-2c370523a3cc {
  
}
}
@media (min-width: 0px) {
[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8eda224c-fc27-47e6-93d3-2c370523a3cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-4f90e755-7ef2-47bd-9a69-d51e3e5dcb88 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4f90e755-7ef2-47bd-9a69-d51e3e5dcb88 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-0af47e20-7772-447e-9f6d-2d729071ee21 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0af47e20-7772-447e-9f6d-2d729071ee21 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-0af47e20-7772-447e-9f6d-2d729071ee21 {
  margin-left: -75%;
}
}
#s-0af47e20-7772-447e-9f6d-2d729071ee21 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-e702226c-6e3e-4dc7-a0c8-a8e0a0a3b01d {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e702226c-6e3e-4dc7-a0c8-a8e0a0a3b01d {
  
}
}@media (max-width: 767px){#s-e702226c-6e3e-4dc7-a0c8-a8e0a0a3b01d {
  
}
}
#s-2c9fb682-55bd-4d29-9ac5-273b55132325 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-2c9fb682-55bd-4d29-9ac5-273b55132325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c9fb682-55bd-4d29-9ac5-273b55132325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
  box-sizing: border-box;
}



.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
      position: relative;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
  box-sizing: border-box;
}



.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
      position: relative;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
  box-sizing: border-box;
}



.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
      position: relative;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
  box-sizing: border-box;
}



.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
      position: relative;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image {
  box-sizing: border-box;
}



.s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container {
      position: relative;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f90f51-33db-46dd-81ce-ad3c1b5f598d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-3e989584-003c-4750-8239-fe3f9ba03141 {
  margin-top: 10px;
}

#s-3da0d458-c47f-4ffc-b4d0-6ebadc51935f {
  margin-top: 0px;
margin-bottom: -20px;
margin-right: auto;
}

#s-8f05d96b-96a7-4322-b32f-fe9370b0aeaa {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(79, 99, 88, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8f05d96b-96a7-4322-b32f-fe9370b0aeaa {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-8f05d96b-96a7-4322-b32f-fe9370b0aeaa {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-8f05d96b-96a7-4322-b32f-fe9370b0aeaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f05d96b-96a7-4322-b32f-fe9370b0aeaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa0f2a74-88ab-455d-a395-065288201bc5 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa0f2a74-88ab-455d-a395-065288201bc5 {
  
}
}@media (max-width: 767px){#s-fa0f2a74-88ab-455d-a395-065288201bc5 {
  
}
}
@media (min-width: 0px) {
[id="s-fa0f2a74-88ab-455d-a395-065288201bc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa0f2a74-88ab-455d-a395-065288201bc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa0f2a74-88ab-455d-a395-065288201bc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa0f2a74-88ab-455d-a395-065288201bc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fa0f2a74-88ab-455d-a395-065288201bc5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cad8db55-469b-4167-a9c5-b9d0ff166459 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad8db55-469b-4167-a9c5-b9d0ff166459 {
  display: none;
}
#s-cad8db55-469b-4167-a9c5-b9d0ff166459, #wrap-s-cad8db55-469b-4167-a9c5-b9d0ff166459, #wrap-content-s-cad8db55-469b-4167-a9c5-b9d0ff166459 { display: none !important; }}@media (max-width: 767px){#s-cad8db55-469b-4167-a9c5-b9d0ff166459 {
  display: none;
}
#s-cad8db55-469b-4167-a9c5-b9d0ff166459, #wrap-s-cad8db55-469b-4167-a9c5-b9d0ff166459, #wrap-content-s-cad8db55-469b-4167-a9c5-b9d0ff166459 { display: none !important; }}







#s-cad8db55-469b-4167-a9c5-b9d0ff166459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad8db55-469b-4167-a9c5-b9d0ff166459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b08cf4d0-3f10-4264-90bd-a518918913ad {
  
}
}
@media (min-width: 0px) {
[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b08cf4d0-3f10-4264-90bd-a518918913ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-74370015-744f-43f9-9281-a8dcb45f7db3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-74370015-744f-43f9-9281-a8dcb45f7db3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-2017042c-1b82-4c5c-8144-b5197857eb43 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2017042c-1b82-4c5c-8144-b5197857eb43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-2878697b-4e31-4a0b-b152-5a3c58be1b99 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2878697b-4e31-4a0b-b152-5a3c58be1b99 {
  margin-top: 10px;
display: none;
}
#s-2878697b-4e31-4a0b-b152-5a3c58be1b99, #wrap-s-2878697b-4e31-4a0b-b152-5a3c58be1b99, #wrap-content-s-2878697b-4e31-4a0b-b152-5a3c58be1b99 { display: none !important; }}@media (max-width: 767px){#s-2878697b-4e31-4a0b-b152-5a3c58be1b99 {
  display: none;
}
#s-2878697b-4e31-4a0b-b152-5a3c58be1b99, #wrap-s-2878697b-4e31-4a0b-b152-5a3c58be1b99, #wrap-content-s-2878697b-4e31-4a0b-b152-5a3c58be1b99 { display: none !important; }}
#s-e6602c17-60c2-4677-ab79-b6f5d1b21159 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-e6602c17-60c2-4677-ab79-b6f5d1b21159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6602c17-60c2-4677-ab79-b6f5d1b21159.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
  box-sizing: border-box;
}



.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
      position: relative;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
  box-sizing: border-box;
}



.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
      position: relative;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
  box-sizing: border-box;
}



.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
      position: relative;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
  box-sizing: border-box;
}



.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
      position: relative;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image {
  box-sizing: border-box;
}



.s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container {
      position: relative;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-796bb256-d0fb-43f7-bf71-d7c9efd745b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-ba4e8330-90d1-4132-8255-c2d266cdbe2e {
  margin-top: 5px;
}

#s-973a5771-1625-47a6-9366-7b86be894f08 {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: auto;
}

#s-a527c4bb-ab62-4357-9647-ada6064f6b03 {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a527c4bb-ab62-4357-9647-ada6064f6b03:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a527c4bb-ab62-4357-9647-ada6064f6b03:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a527c4bb-ab62-4357-9647-ada6064f6b03-root {
    text-align: left;
  }


#s-a527c4bb-ab62-4357-9647-ada6064f6b03.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a527c4bb-ab62-4357-9647-ada6064f6b03-root {
    text-align: left;
  }


#s-a527c4bb-ab62-4357-9647-ada6064f6b03.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a527c4bb-ab62-4357-9647-ada6064f6b03-root {
    text-align: left;
  }


#s-a527c4bb-ab62-4357-9647-ada6064f6b03.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a527c4bb-ab62-4357-9647-ada6064f6b03-root {
    text-align: left;
  }


#s-a527c4bb-ab62-4357-9647-ada6064f6b03.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a527c4bb-ab62-4357-9647-ada6064f6b03-root {
    text-align: left;
  }


#s-a527c4bb-ab62-4357-9647-ada6064f6b03.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 {
  display: none;
}
#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687, #wrap-s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687, #wrap-content-s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 {
  display: none;
}
#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687, #wrap-s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687, #wrap-content-s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 {
  padding-top: 0px;
padding-bottom: 32px;
}
}@media (max-width: 767px){#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 {
  padding-bottom: 32px;
}
}







#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d303d3b-af4c-4d2a-8a51-fded3c9a2687.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8 {
  margin-top: 20px;
margin-right: -3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8 {
  
}
}
@media (min-width: 0px) {
[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7e51a3dc-3d02-444e-9eb6-7b18e303a4e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-76b8cbf5-acad-458e-adae-2c19b5fee12c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-76b8cbf5-acad-458e-adae-2c19b5fee12c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-dad83998-ed97-4328-b2bb-68d3d46c333b {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dad83998-ed97-4328-b2bb-68d3d46c333b {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-dad83998-ed97-4328-b2bb-68d3d46c333b {
  margin-left: -73%;
}
}
#s-dad83998-ed97-4328-b2bb-68d3d46c333b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-e966e718-f198-49ba-bc39-4092fd7a87aa {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e966e718-f198-49ba-bc39-4092fd7a87aa {
  
}
}@media (max-width: 767px){#s-e966e718-f198-49ba-bc39-4092fd7a87aa {
  
}
}
#s-cd8b698d-ccc8-4fde-8de1-c56046f25c90 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-cd8b698d-ccc8-4fde-8de1-c56046f25c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd8b698d-ccc8-4fde-8de1-c56046f25c90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
  box-sizing: border-box;
}



.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
      position: relative;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
  box-sizing: border-box;
}



.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
      position: relative;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
  box-sizing: border-box;
}



.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
      position: relative;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
  box-sizing: border-box;
}



.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
      position: relative;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image {
  box-sizing: border-box;
}



.s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container {
      position: relative;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39f0f7b0-31cb-4433-8dc5-3f01bd829b64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-05c58b5f-3e8f-4f3a-b2d0-459ca0a0d2e6 {
  margin-top: 10px;
}

#s-721af3e8-9240-4f11-8af7-76646951bc11 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-5d1b77b9-8b08-404f-9208-ce1743ed505a {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5d1b77b9-8b08-404f-9208-ce1743ed505a:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d1b77b9-8b08-404f-9208-ce1743ed505a:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5d1b77b9-8b08-404f-9208-ce1743ed505a {
  margin-bottom: 0px;
}
}

  #s-5d1b77b9-8b08-404f-9208-ce1743ed505a-root {
    text-align: center;
  }


#s-5d1b77b9-8b08-404f-9208-ce1743ed505a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d1b77b9-8b08-404f-9208-ce1743ed505a-root {
    text-align: center;
  }


#s-5d1b77b9-8b08-404f-9208-ce1743ed505a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d1b77b9-8b08-404f-9208-ce1743ed505a-root {
    text-align: center;
  }


#s-5d1b77b9-8b08-404f-9208-ce1743ed505a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d1b77b9-8b08-404f-9208-ce1743ed505a-root {
    text-align: center;
  }


#s-5d1b77b9-8b08-404f-9208-ce1743ed505a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d1b77b9-8b08-404f-9208-ce1743ed505a-root {
    text-align: center;
  }


#s-5d1b77b9-8b08-404f-9208-ce1743ed505a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-dd1cd8a1-e86e-49c6-b22c-8bd3a0986775 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-cf40950f-6307-4dc9-8604-32b0cac34579 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-cf40950f-6307-4dc9-8604-32b0cac34579 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-cf40950f-6307-4dc9-8604-32b0cac34579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf40950f-6307-4dc9-8604-32b0cac34579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0896830c-22f3-4e98-8a74-9ef35847cfb1 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0896830c-22f3-4e98-8a74-9ef35847cfb1 {
  
}
}@media (max-width: 767px){#s-0896830c-22f3-4e98-8a74-9ef35847cfb1 {
  
}
}
@media (min-width: 0px) {
[id="s-0896830c-22f3-4e98-8a74-9ef35847cfb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0896830c-22f3-4e98-8a74-9ef35847cfb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0896830c-22f3-4e98-8a74-9ef35847cfb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0896830c-22f3-4e98-8a74-9ef35847cfb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00967017-262e-4b20-b80c-7ac25566e5cd {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-f4425328-3444-426f-8ca5-d0b9bbb1c279 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4425328-3444-426f-8ca5-d0b9bbb1c279 {
  display: none;
}
#s-f4425328-3444-426f-8ca5-d0b9bbb1c279, #wrap-s-f4425328-3444-426f-8ca5-d0b9bbb1c279, #wrap-content-s-f4425328-3444-426f-8ca5-d0b9bbb1c279 { display: none !important; }}@media (max-width: 767px){#s-f4425328-3444-426f-8ca5-d0b9bbb1c279 {
  display: none;
}
#s-f4425328-3444-426f-8ca5-d0b9bbb1c279, #wrap-s-f4425328-3444-426f-8ca5-d0b9bbb1c279, #wrap-content-s-f4425328-3444-426f-8ca5-d0b9bbb1c279 { display: none !important; }}







#s-f4425328-3444-426f-8ca5-d0b9bbb1c279 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4425328-3444-426f-8ca5-d0b9bbb1c279.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-c2480e59-0299-4587-b760-93b79f439731 {
  
}
}
@media (min-width: 0px) {
[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-c2480e59-0299-4587-b760-93b79f439731"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-af87994f-bff8-41fb-b9c9-7d8302ff8a55 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-af87994f-bff8-41fb-b9c9-7d8302ff8a55 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-b387905d-9536-4fe6-9756-4d365b68fe69 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b387905d-9536-4fe6-9756-4d365b68fe69 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-b48e1b84-f834-4f86-a7f6-0d944b608d4e {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b48e1b84-f834-4f86-a7f6-0d944b608d4e {
  margin-top: 10px;
display: none;
}
#s-b48e1b84-f834-4f86-a7f6-0d944b608d4e, #wrap-s-b48e1b84-f834-4f86-a7f6-0d944b608d4e, #wrap-content-s-b48e1b84-f834-4f86-a7f6-0d944b608d4e { display: none !important; }}@media (max-width: 767px){#s-b48e1b84-f834-4f86-a7f6-0d944b608d4e {
  display: none;
}
#s-b48e1b84-f834-4f86-a7f6-0d944b608d4e, #wrap-s-b48e1b84-f834-4f86-a7f6-0d944b608d4e, #wrap-content-s-b48e1b84-f834-4f86-a7f6-0d944b608d4e { display: none !important; }}
#s-11194796-2495-4147-a304-7e0a90eb9887 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-11194796-2495-4147-a304-7e0a90eb9887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11194796-2495-4147-a304-7e0a90eb9887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
  box-sizing: border-box;
}



.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
      position: relative;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
  box-sizing: border-box;
}



.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
      position: relative;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
  box-sizing: border-box;
}



.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
      position: relative;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
  box-sizing: border-box;
}



.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
      position: relative;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image {
  box-sizing: border-box;
}



.s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container {
      position: relative;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a89f63e-dd98-41b7-8140-54d654ce43f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-879411d7-b15b-408f-90c7-4b05cf257829 {
  margin-top: 5px;
}

#s-6456d30e-7817-4fc3-9f92-2fa3ffcd2863 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-a596b75e-bb2e-40fe-940d-55af03a08fcf {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a596b75e-bb2e-40fe-940d-55af03a08fcf {
  display: none;
}
#s-a596b75e-bb2e-40fe-940d-55af03a08fcf, #wrap-s-a596b75e-bb2e-40fe-940d-55af03a08fcf, #wrap-content-s-a596b75e-bb2e-40fe-940d-55af03a08fcf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a596b75e-bb2e-40fe-940d-55af03a08fcf {
  display: none;
}
#s-a596b75e-bb2e-40fe-940d-55af03a08fcf, #wrap-s-a596b75e-bb2e-40fe-940d-55af03a08fcf, #wrap-content-s-a596b75e-bb2e-40fe-940d-55af03a08fcf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a596b75e-bb2e-40fe-940d-55af03a08fcf {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-a596b75e-bb2e-40fe-940d-55af03a08fcf {
  padding-bottom: 32px;
}
}







#s-a596b75e-bb2e-40fe-940d-55af03a08fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a596b75e-bb2e-40fe-940d-55af03a08fcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebf2f26f-ad17-41c1-a656-7e6b5f165044 {
  margin-top: 20px;
margin-right: -3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebf2f26f-ad17-41c1-a656-7e6b5f165044 {
  
}
}
@media (min-width: 0px) {
[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ebf2f26f-ad17-41c1-a656-7e6b5f165044"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-efb4e031-c43f-44d2-b60c-e1d722cedde3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-efb4e031-c43f-44d2-b60c-e1d722cedde3 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-9656c0c0-61b0-41ad-b495-324bd1a61ef3 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9656c0c0-61b0-41ad-b495-324bd1a61ef3 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-9656c0c0-61b0-41ad-b495-324bd1a61ef3 {
  margin-left: -73%;
}
}
#s-9656c0c0-61b0-41ad-b495-324bd1a61ef3 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-fdf772a4-27dc-40f3-94cc-4c2d610c7af7 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdf772a4-27dc-40f3-94cc-4c2d610c7af7 {
  
}
}@media (max-width: 767px){#s-fdf772a4-27dc-40f3-94cc-4c2d610c7af7 {
  
}
}
#s-888a1a69-bcf9-41dc-822f-16fed9dd4a3b {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-888a1a69-bcf9-41dc-822f-16fed9dd4a3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-888a1a69-bcf9-41dc-822f-16fed9dd4a3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  margin: 0 !important;
  overflow: visible;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add background color handling */
  
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
  box-sizing: border-box;
}



.s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20c640e3-2738-4999-bf7d-04a7a473c388 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
      position: relative;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  margin: 0 !important;
  overflow: visible;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add background color handling */
  
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
  box-sizing: border-box;
}



.s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20c640e3-2738-4999-bf7d-04a7a473c388 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
      position: relative;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  margin: 0 !important;
  overflow: visible;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add background color handling */
  
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
  box-sizing: border-box;
}



.s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20c640e3-2738-4999-bf7d-04a7a473c388 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
      position: relative;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  margin: 0 !important;
  overflow: visible;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add background color handling */
  
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
  box-sizing: border-box;
}



.s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20c640e3-2738-4999-bf7d-04a7a473c388 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
      position: relative;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  margin: 0 !important;
  overflow: visible;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20c640e3-2738-4999-bf7d-04a7a473c388 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add background color handling */
  
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20c640e3-2738-4999-bf7d-04a7a473c388 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-20c640e3-2738-4999-bf7d-04a7a473c388 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image {
  box-sizing: border-box;
}



.s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20c640e3-2738-4999-bf7d-04a7a473c388 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container {
      position: relative;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20c640e3-2738-4999-bf7d-04a7a473c388 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-f2482772-2eb1-4198-acba-162eb13c1a26 {
  margin-top: 10px;
}

#s-36afb976-f260-4f04-98a7-123e40e645db {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-77c8f649-a787-4bff-bbcd-b6d81bdc78f0 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(79, 99, 88, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-77c8f649-a787-4bff-bbcd-b6d81bdc78f0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-77c8f649-a787-4bff-bbcd-b6d81bdc78f0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-77c8f649-a787-4bff-bbcd-b6d81bdc78f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77c8f649-a787-4bff-bbcd-b6d81bdc78f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4 {
  
}
}@media (max-width: 767px){#s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4 {
  
}
}
@media (min-width: 0px) {
[id="s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0c584bc3-8dae-4f13-b35a-29b94bdd4ab4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af {
  display: none;
}
#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af, #wrap-s-3bb7b34d-2bd1-44e7-8c42-fa32402805af, #wrap-content-s-3bb7b34d-2bd1-44e7-8c42-fa32402805af { display: none !important; }}@media (max-width: 767px){#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af {
  display: none;
}
#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af, #wrap-s-3bb7b34d-2bd1-44e7-8c42-fa32402805af, #wrap-content-s-3bb7b34d-2bd1-44e7-8c42-fa32402805af { display: none !important; }}







#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bb7b34d-2bd1-44e7-8c42-fa32402805af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8 {
  
}
}
@media (min-width: 0px) {
[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-98e32b0a-2bbe-4906-becf-4d3216cf0fe8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-e0cb3908-52e3-4731-8504-be6c9d5d276e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e0cb3908-52e3-4731-8504-be6c9d5d276e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-7ec74522-fd12-42cb-ac5d-557d3295c9c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7ec74522-fd12-42cb-ac5d-557d3295c9c0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2 {
  margin-top: 10px;
display: none;
}
#s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2, #wrap-s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2, #wrap-content-s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2 { display: none !important; }}@media (max-width: 767px){#s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2 {
  display: none;
}
#s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2, #wrap-s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2, #wrap-content-s-e39ece2d-2583-4ff1-9bb1-012f1ec806c2 { display: none !important; }}
#s-a1c5fc9d-0eb6-4471-b3ec-7d9d78641c20 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-a1c5fc9d-0eb6-4471-b3ec-7d9d78641c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1c5fc9d-0eb6-4471-b3ec-7d9d78641c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
  box-sizing: border-box;
}



.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
      position: relative;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
  box-sizing: border-box;
}



.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
      position: relative;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
  box-sizing: border-box;
}



.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
      position: relative;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
  box-sizing: border-box;
}



.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
      position: relative;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image {
  box-sizing: border-box;
}



.s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container {
      position: relative;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8182cdb-eb84-42e4-8816-3bc00730d7c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-a358c286-3710-4192-85bd-256f1be1df54 {
  margin-top: 5px;
}

#s-88b9f21e-85f2-4b5b-9451-ef8f91e88963 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0 {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0-root {
    text-align: left;
  }


#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0-root {
    text-align: left;
  }


#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0-root {
    text-align: left;
  }


#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0-root {
    text-align: left;
  }


#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0-root {
    text-align: left;
  }


#s-b244bba8-cd7a-4ba8-9d56-5b622f1bade0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-a630aa6a-9e47-470b-8f1a-17324f4eec79 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a630aa6a-9e47-470b-8f1a-17324f4eec79 {
  display: none;
}
#s-a630aa6a-9e47-470b-8f1a-17324f4eec79, #wrap-s-a630aa6a-9e47-470b-8f1a-17324f4eec79, #wrap-content-s-a630aa6a-9e47-470b-8f1a-17324f4eec79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a630aa6a-9e47-470b-8f1a-17324f4eec79 {
  display: none;
}
#s-a630aa6a-9e47-470b-8f1a-17324f4eec79, #wrap-s-a630aa6a-9e47-470b-8f1a-17324f4eec79, #wrap-content-s-a630aa6a-9e47-470b-8f1a-17324f4eec79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a630aa6a-9e47-470b-8f1a-17324f4eec79 {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-a630aa6a-9e47-470b-8f1a-17324f4eec79 {
  padding-bottom: 32px;
}
}







#s-a630aa6a-9e47-470b-8f1a-17324f4eec79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a630aa6a-9e47-470b-8f1a-17324f4eec79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f123c09-fad9-401f-98fd-adaeefbecf2f {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f123c09-fad9-401f-98fd-adaeefbecf2f {
  
}
}
@media (min-width: 0px) {
[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1f123c09-fad9-401f-98fd-adaeefbecf2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-0512f13c-be62-43f9-8d8e-286ed8234b08 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0512f13c-be62-43f9-8d8e-286ed8234b08 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-6562386c-86d2-46a1-bcf1-e0fd744ad383 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6562386c-86d2-46a1-bcf1-e0fd744ad383 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-6562386c-86d2-46a1-bcf1-e0fd744ad383 {
  margin-left: -73%;
}
}
#s-6562386c-86d2-46a1-bcf1-e0fd744ad383 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-071add17-9a3f-4e34-b546-25c1c062bcbd {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-071add17-9a3f-4e34-b546-25c1c062bcbd {
  
}
}@media (max-width: 767px){#s-071add17-9a3f-4e34-b546-25c1c062bcbd {
  
}
}
#s-906aead1-2bc2-4c92-b893-f47414e4d662 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-906aead1-2bc2-4c92-b893-f47414e4d662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-906aead1-2bc2-4c92-b893-f47414e4d662.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
  box-sizing: border-box;
}



.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
      position: relative;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
  box-sizing: border-box;
}



.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
      position: relative;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
  box-sizing: border-box;
}



.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
      position: relative;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
  box-sizing: border-box;
}



.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
      position: relative;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image {
  box-sizing: border-box;
}



.s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container {
      position: relative;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e53c7b7-6722-4c07-8dbd-394361b2c5e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-f5fc630a-f4f0-4af5-b166-a8463b56ed91 {
  margin-top: 10px;
}

#s-efd6cd34-acdf-4c71-b5c1-e2b6773feefe {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4 {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4 {
  margin-bottom: 0px;
}
}

  #s-c46ce138-f7ef-4892-877b-c41ccb1db3b4-root {
    text-align: center;
  }


#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c46ce138-f7ef-4892-877b-c41ccb1db3b4-root {
    text-align: center;
  }


#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c46ce138-f7ef-4892-877b-c41ccb1db3b4-root {
    text-align: center;
  }


#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c46ce138-f7ef-4892-877b-c41ccb1db3b4-root {
    text-align: center;
  }


#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c46ce138-f7ef-4892-877b-c41ccb1db3b4-root {
    text-align: center;
  }


#s-c46ce138-f7ef-4892-877b-c41ccb1db3b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-48add588-67e1-4c57-9955-bd15d60ef13a {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-24b1ca8b-6953-476c-8a3c-e3274db8c582 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24b1ca8b-6953-476c-8a3c-e3274db8c582 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-24b1ca8b-6953-476c-8a3c-e3274db8c582 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-24b1ca8b-6953-476c-8a3c-e3274db8c582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24b1ca8b-6953-476c-8a3c-e3274db8c582.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f79055ac-f468-4da5-822c-4118c183fc55 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f79055ac-f468-4da5-822c-4118c183fc55 {
  
}
}@media (max-width: 767px){#s-f79055ac-f468-4da5-822c-4118c183fc55 {
  
}
}
@media (min-width: 0px) {
[id="s-f79055ac-f468-4da5-822c-4118c183fc55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f79055ac-f468-4da5-822c-4118c183fc55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f79055ac-f468-4da5-822c-4118c183fc55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f79055ac-f468-4da5-822c-4118c183fc55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a41ddb7-edf5-4726-8e26-a3cd14015ea6 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-8bd6aaa4-3dbe-4042-813c-32139661fb47 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bd6aaa4-3dbe-4042-813c-32139661fb47 {
  display: none;
}
#s-8bd6aaa4-3dbe-4042-813c-32139661fb47, #wrap-s-8bd6aaa4-3dbe-4042-813c-32139661fb47, #wrap-content-s-8bd6aaa4-3dbe-4042-813c-32139661fb47 { display: none !important; }}@media (max-width: 767px){#s-8bd6aaa4-3dbe-4042-813c-32139661fb47 {
  display: none;
}
#s-8bd6aaa4-3dbe-4042-813c-32139661fb47, #wrap-s-8bd6aaa4-3dbe-4042-813c-32139661fb47, #wrap-content-s-8bd6aaa4-3dbe-4042-813c-32139661fb47 { display: none !important; }}







#s-8bd6aaa4-3dbe-4042-813c-32139661fb47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bd6aaa4-3dbe-4042-813c-32139661fb47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8 {
  
}
}
@media (min-width: 0px) {
[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-4fa0f6bd-f094-409c-bfd0-3d6d233db6f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-66823228-7cf0-4f9c-8368-8ad696a89018 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-66823228-7cf0-4f9c-8368-8ad696a89018 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-cb4958f4-8763-44a2-8d14-62ef6d6e52c9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cb4958f4-8763-44a2-8d14-62ef6d6e52c9 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-f78caa08-1b75-4201-8278-f75c77175103 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f78caa08-1b75-4201-8278-f75c77175103 {
  margin-top: 10px;
display: none;
}
#s-f78caa08-1b75-4201-8278-f75c77175103, #wrap-s-f78caa08-1b75-4201-8278-f75c77175103, #wrap-content-s-f78caa08-1b75-4201-8278-f75c77175103 { display: none !important; }}@media (max-width: 767px){#s-f78caa08-1b75-4201-8278-f75c77175103 {
  display: none;
}
#s-f78caa08-1b75-4201-8278-f75c77175103, #wrap-s-f78caa08-1b75-4201-8278-f75c77175103, #wrap-content-s-f78caa08-1b75-4201-8278-f75c77175103 { display: none !important; }}
#s-01eefe8b-cd48-4845-a20e-d9584aa1f90a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-01eefe8b-cd48-4845-a20e-d9584aa1f90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01eefe8b-cd48-4845-a20e-d9584aa1f90a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
  box-sizing: border-box;
}



.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
      position: relative;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
  box-sizing: border-box;
}



.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
      position: relative;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
  box-sizing: border-box;
}



.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
      position: relative;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
  box-sizing: border-box;
}



.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
      position: relative;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image {
  box-sizing: border-box;
}



.s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container {
      position: relative;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70dcfa67-3ea9-4779-8cf0-ab8aa57d2c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-82d1b139-1434-4611-a3cb-a77fbb6b331d {
  margin-top: 5px;
}

#s-14621c03-59e8-4d90-9ee6-bf6950129b38 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-d4510b4d-e4fa-421e-8211-36e891557f29 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d4510b4d-e4fa-421e-8211-36e891557f29 {
  display: none;
}
#s-d4510b4d-e4fa-421e-8211-36e891557f29, #wrap-s-d4510b4d-e4fa-421e-8211-36e891557f29, #wrap-content-s-d4510b4d-e4fa-421e-8211-36e891557f29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4510b4d-e4fa-421e-8211-36e891557f29 {
  display: none;
}
#s-d4510b4d-e4fa-421e-8211-36e891557f29, #wrap-s-d4510b4d-e4fa-421e-8211-36e891557f29, #wrap-content-s-d4510b4d-e4fa-421e-8211-36e891557f29 { display: none !important; }}@media (max-width: 767px){#s-d4510b4d-e4fa-421e-8211-36e891557f29 {
  padding-bottom: 32px;
}
}







#s-d4510b4d-e4fa-421e-8211-36e891557f29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4510b4d-e4fa-421e-8211-36e891557f29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-863e6f9e-f407-4113-9b34-1b5b206dd608 {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-863e6f9e-f407-4113-9b34-1b5b206dd608 {
  
}
}
@media (min-width: 0px) {
[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-863e6f9e-f407-4113-9b34-1b5b206dd608"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-6d715808-2c73-4885-9ea3-aaa2385ee6cb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6d715808-2c73-4885-9ea3-aaa2385ee6cb .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-813be0d6-ea1c-417d-b368-5c60412ae076 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-813be0d6-ea1c-417d-b368-5c60412ae076 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-813be0d6-ea1c-417d-b368-5c60412ae076 {
  margin-left: -73%;
}
}
#s-813be0d6-ea1c-417d-b368-5c60412ae076 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-b1039b7f-0085-473a-a3a8-886fb2d15431 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1039b7f-0085-473a-a3a8-886fb2d15431 {
  
}
}@media (max-width: 767px){#s-b1039b7f-0085-473a-a3a8-886fb2d15431 {
  
}
}
#s-003a5c99-d139-4bc2-a6b8-c0ebee511a8c {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-003a5c99-d139-4bc2-a6b8-c0ebee511a8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-003a5c99-d139-4bc2-a6b8-c0ebee511a8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 {
  margin: 0 !important;
  overflow: visible;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add background color handling */
  
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
  box-sizing: border-box;
}



.s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36da300e-88ad-4736-a260-7223f0e6b939 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
      position: relative;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-36da300e-88ad-4736-a260-7223f0e6b939 {
  margin: 0 !important;
  overflow: visible;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add background color handling */
  
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
  box-sizing: border-box;
}



.s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36da300e-88ad-4736-a260-7223f0e6b939 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
      position: relative;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-36da300e-88ad-4736-a260-7223f0e6b939 {
  margin: 0 !important;
  overflow: visible;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add background color handling */
  
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
  box-sizing: border-box;
}



.s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36da300e-88ad-4736-a260-7223f0e6b939 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
      position: relative;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-36da300e-88ad-4736-a260-7223f0e6b939 {
  margin: 0 !important;
  overflow: visible;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add background color handling */
  
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
  box-sizing: border-box;
}



.s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36da300e-88ad-4736-a260-7223f0e6b939 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
      position: relative;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-36da300e-88ad-4736-a260-7223f0e6b939 {
  margin: 0 !important;
  overflow: visible;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36da300e-88ad-4736-a260-7223f0e6b939 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add background color handling */
  
}

#s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36da300e-88ad-4736-a260-7223f0e6b939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-36da300e-88ad-4736-a260-7223f0e6b939 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image {
  box-sizing: border-box;
}



.s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36da300e-88ad-4736-a260-7223f0e6b939 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container {
      position: relative;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36da300e-88ad-4736-a260-7223f0e6b939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-2d39e5a5-a5da-4115-b0e7-5a1e9a31face {
  margin-top: 10px;
}

#s-757e19b0-4dad-4b0a-8639-639a78fc58cd {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-6613a7fe-c3df-4b73-b6e4-0ac10cadf02a {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(79, 99, 88, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6613a7fe-c3df-4b73-b6e4-0ac10cadf02a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6613a7fe-c3df-4b73-b6e4-0ac10cadf02a {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6613a7fe-c3df-4b73-b6e4-0ac10cadf02a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6613a7fe-c3df-4b73-b6e4-0ac10cadf02a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d649a543-2d81-46be-b59d-3446d58dad8b {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d649a543-2d81-46be-b59d-3446d58dad8b {
  
}
}@media (max-width: 767px){#s-d649a543-2d81-46be-b59d-3446d58dad8b {
  
}
}
@media (min-width: 0px) {
[id="s-d649a543-2d81-46be-b59d-3446d58dad8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d649a543-2d81-46be-b59d-3446d58dad8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d649a543-2d81-46be-b59d-3446d58dad8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d649a543-2d81-46be-b59d-3446d58dad8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d649a543-2d81-46be-b59d-3446d58dad8b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-deb5b247-0b26-4c7c-95dc-48e0f8639740 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-deb5b247-0b26-4c7c-95dc-48e0f8639740 {
  display: none;
}
#s-deb5b247-0b26-4c7c-95dc-48e0f8639740, #wrap-s-deb5b247-0b26-4c7c-95dc-48e0f8639740, #wrap-content-s-deb5b247-0b26-4c7c-95dc-48e0f8639740 { display: none !important; }}@media (max-width: 767px){#s-deb5b247-0b26-4c7c-95dc-48e0f8639740 {
  display: none;
}
#s-deb5b247-0b26-4c7c-95dc-48e0f8639740, #wrap-s-deb5b247-0b26-4c7c-95dc-48e0f8639740, #wrap-content-s-deb5b247-0b26-4c7c-95dc-48e0f8639740 { display: none !important; }}







#s-deb5b247-0b26-4c7c-95dc-48e0f8639740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-deb5b247-0b26-4c7c-95dc-48e0f8639740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388 {
  
}
}
@media (min-width: 0px) {
[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-79fe2d8f-8690-4cf8-87ab-cdd3e80ca388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-d3718c60-6374-460c-96ba-a7b1922a321c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d3718c60-6374-460c-96ba-a7b1922a321c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-5cff0c8c-5ff1-4c86-ad1b-417463f39385 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5cff0c8c-5ff1-4c86-ad1b-417463f39385 {
  margin-top: 10px;
display: none;
}
#s-5cff0c8c-5ff1-4c86-ad1b-417463f39385, #wrap-s-5cff0c8c-5ff1-4c86-ad1b-417463f39385, #wrap-content-s-5cff0c8c-5ff1-4c86-ad1b-417463f39385 { display: none !important; }}@media (max-width: 767px){#s-5cff0c8c-5ff1-4c86-ad1b-417463f39385 {
  display: none;
}
#s-5cff0c8c-5ff1-4c86-ad1b-417463f39385, #wrap-s-5cff0c8c-5ff1-4c86-ad1b-417463f39385, #wrap-content-s-5cff0c8c-5ff1-4c86-ad1b-417463f39385 { display: none !important; }}
#s-2eddbf4c-cddf-4008-8483-9b6ed4f7621a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-2eddbf4c-cddf-4008-8483-9b6ed4f7621a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2eddbf4c-cddf-4008-8483-9b6ed4f7621a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
  box-sizing: border-box;
}



.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
      position: relative;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
  box-sizing: border-box;
}



.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
      position: relative;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
  box-sizing: border-box;
}



.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
      position: relative;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
  box-sizing: border-box;
}



.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
      position: relative;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image {
  box-sizing: border-box;
}



.s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container {
      position: relative;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5420d76d-ce89-4ef4-b4a9-7a74b85993b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-0d72a0cb-d5c2-41a7-a2a1-9939f5196264 {
  margin-top: 5px;
}

#s-dca2f5f6-08d2-4bc4-a47b-974a93fcbfce {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e-root {
    text-align: left;
  }


#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e-root {
    text-align: left;
  }


#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e-root {
    text-align: left;
  }


#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e-root {
    text-align: left;
  }


#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e-root {
    text-align: left;
  }


#s-bee1ecbd-5a89-466c-a7e6-e06363ea6f8e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-c7b279d2-df98-4deb-b42c-8930b334f796 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c7b279d2-df98-4deb-b42c-8930b334f796 {
  display: none;
}
#s-c7b279d2-df98-4deb-b42c-8930b334f796, #wrap-s-c7b279d2-df98-4deb-b42c-8930b334f796, #wrap-content-s-c7b279d2-df98-4deb-b42c-8930b334f796 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7b279d2-df98-4deb-b42c-8930b334f796 {
  display: none;
}
#s-c7b279d2-df98-4deb-b42c-8930b334f796, #wrap-s-c7b279d2-df98-4deb-b42c-8930b334f796, #wrap-content-s-c7b279d2-df98-4deb-b42c-8930b334f796 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7b279d2-df98-4deb-b42c-8930b334f796 {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-c7b279d2-df98-4deb-b42c-8930b334f796 {
  padding-bottom: 32px;
}
}







#s-c7b279d2-df98-4deb-b42c-8930b334f796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7b279d2-df98-4deb-b42c-8930b334f796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b0fe2d-1b13-4fc7-bbbc-b4c013c1aa9c {
  padding-top: 20px;
padding-bottom: 0px;
text-align: left;
}

#s-32b0fe2d-1b13-4fc7-bbbc-b4c013c1aa9c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-a46298a8-476a-4bff-abcf-6ddd03ff910e {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a46298a8-476a-4bff-abcf-6ddd03ff910e {
  
}
}@media (max-width: 767px){#s-a46298a8-476a-4bff-abcf-6ddd03ff910e {
  
}
}
#s-49e9e0c0-39f1-409b-ad78-3148289c5a05 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-49e9e0c0-39f1-409b-ad78-3148289c5a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49e9e0c0-39f1-409b-ad78-3148289c5a05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  margin: 0 !important;
  overflow: visible;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add background color handling */
  
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-content {
  
    justify-content: center;
  
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
  box-sizing: border-box;
}



.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
      position: relative;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  margin: 0 !important;
  overflow: visible;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add background color handling */
  
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-content {
  
    justify-content: center;
  
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
  box-sizing: border-box;
}



.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
      position: relative;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  margin: 0 !important;
  overflow: visible;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add background color handling */
  
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-content {
  
    justify-content: center;
  
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
  box-sizing: border-box;
}



.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
      position: relative;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  margin: 0 !important;
  overflow: visible;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add background color handling */
  
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-content {
  
    justify-content: center;
  
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
  box-sizing: border-box;
}



.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
      position: relative;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  margin: 0 !important;
  overflow: visible;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add background color handling */
  
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa .shogun-image-content {
  
    justify-content: center;
  
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image {
  box-sizing: border-box;
}



.s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container {
      position: relative;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52100ee6-1cf3-499b-8e8d-7b5b404c6faa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-5be5c23c-579a-44c9-890e-5a7669cf3e8d {
  margin-top: 10px;
}

#s-86f48c4f-a110-4832-8ab5-7a605e55c417 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-8888a402-0e7c-4550-95cb-0aa2a06dfc7b {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-7c9e04a9-d35b-4f0f-a72a-758434a054ce {
  margin-right: 0%;
padding-top: 50px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7c9e04a9-d35b-4f0f-a72a-758434a054ce {
  padding-top: 32px;
padding-bottom: 0px;
}
}







#s-7c9e04a9-d35b-4f0f-a72a-758434a054ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c9e04a9-d35b-4f0f-a72a-758434a054ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0460ac1-359b-421b-b0cd-efc1dc386ba4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f0460ac1-359b-421b-b0cd-efc1dc386ba4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f0460ac1-359b-421b-b0cd-efc1dc386ba4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-f0460ac1-359b-421b-b0cd-efc1dc386ba4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0.2px;
  
}


}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-3e6fa82d-d147-42ed-ad45-64f83f12258d {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e6fa82d-d147-42ed-ad45-64f83f12258d {
  display: none;
}
#s-3e6fa82d-d147-42ed-ad45-64f83f12258d, #wrap-s-3e6fa82d-d147-42ed-ad45-64f83f12258d, #wrap-content-s-3e6fa82d-d147-42ed-ad45-64f83f12258d { display: none !important; }}@media (max-width: 767px){#s-3e6fa82d-d147-42ed-ad45-64f83f12258d {
  display: none;
}
#s-3e6fa82d-d147-42ed-ad45-64f83f12258d, #wrap-s-3e6fa82d-d147-42ed-ad45-64f83f12258d, #wrap-content-s-3e6fa82d-d147-42ed-ad45-64f83f12258d { display: none !important; }}
#s-3e6fa82d-d147-42ed-ad45-64f83f12258d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3e6fa82d-d147-42ed-ad45-64f83f12258d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e6fa82d-d147-42ed-ad45-64f83f12258d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3e6fa82d-d147-42ed-ad45-64f83f12258d td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-3e6fa82d-d147-42ed-ad45-64f83f12258d td.shogun-table-column, #s-3e6fa82d-d147-42ed-ad45-64f83f12258d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  max-width: 1920px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  max-width: 200px;
}
}
#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
  box-sizing: border-box;
}



.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
      position: relative;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
  box-sizing: border-box;
}



.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
      position: relative;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
  box-sizing: border-box;
}



.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
      position: relative;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
  box-sizing: border-box;
}



.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
      position: relative;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image {
  box-sizing: border-box;
}



.s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container {
      position: relative;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbaba83f-afdb-484c-a02a-b3c09f7f29f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  max-width: 2124px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  max-width: 200px;
}
}
#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2124px;
  }



  img.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
    
    
    
    max-height: 2124px;
  }


.s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
  box-sizing: border-box;
}



.s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1551444-0478-483f-a290-6230dd2c1fa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
      position: relative;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2124px;
    }
  }

@media (min-width: 1200px){#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2124px;
  }



  img.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
    
    
    
    max-height: 2124px;
  }


.s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
  box-sizing: border-box;
}



.s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1551444-0478-483f-a290-6230dd2c1fa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
      position: relative;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2124px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2124px;
  }



  img.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
    
    
    
    max-height: 2124px;
  }


.s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
  box-sizing: border-box;
}



.s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1551444-0478-483f-a290-6230dd2c1fa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
      position: relative;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2124px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2124px;
  }



  img.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
    
    
    
    max-height: 2124px;
  }


.s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
  box-sizing: border-box;
}



.s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1551444-0478-483f-a290-6230dd2c1fa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
      position: relative;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2124px;
    }
  }

}@media (max-width: 767px){#s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1551444-0478-483f-a290-6230dd2c1fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1551444-0478-483f-a290-6230dd2c1fa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2124px;
  }



  img.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
    
    
    
    max-height: 2124px;
  }


.s-c1551444-0478-483f-a290-6230dd2c1fa0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image {
  box-sizing: border-box;
}



.s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1551444-0478-483f-a290-6230dd2c1fa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container {
      position: relative;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1551444-0478-483f-a290-6230dd2c1fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2124px;
    }
  }

}
#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  max-width: 1928px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  max-width: 200px;
}
}
#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  margin: 0 !important;
  overflow: visible;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add background color handling */
  
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
  box-sizing: border-box;
}



.s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
      position: relative;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

@media (min-width: 1200px){#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  margin: 0 !important;
  overflow: visible;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add background color handling */
  
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
  box-sizing: border-box;
}



.s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
      position: relative;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  margin: 0 !important;
  overflow: visible;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add background color handling */
  
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
  box-sizing: border-box;
}



.s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
      position: relative;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  margin: 0 !important;
  overflow: visible;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add background color handling */
  
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
  box-sizing: border-box;
}



.s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
      position: relative;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}@media (max-width: 767px){#s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  margin: 0 !important;
  overflow: visible;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add background color handling */
  
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-0595f739-98e6-4e2e-9e0b-015cbdece946 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image {
  box-sizing: border-box;
}



.s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container {
      position: relative;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0595f739-98e6-4e2e-9e0b-015cbdece946 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}
#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  max-width: 2207px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  max-width: 200px;
}
}
#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2207px;
  }



  img.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
    
    
    
    max-height: 2207px;
  }


.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
  box-sizing: border-box;
}



.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
      position: relative;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2207px;
    }
  }

@media (min-width: 1200px){#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2207px;
  }



  img.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
    
    
    
    max-height: 2207px;
  }


.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
  box-sizing: border-box;
}



.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
      position: relative;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2207px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2207px;
  }



  img.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
    
    
    
    max-height: 2207px;
  }


.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
  box-sizing: border-box;
}



.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
      position: relative;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2207px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2207px;
  }



  img.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
    
    
    
    max-height: 2207px;
  }


.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
  box-sizing: border-box;
}



.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
      position: relative;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2207px;
    }
  }

}@media (max-width: 767px){#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2207px;
  }



  img.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
    
    
    
    max-height: 2207px;
  }


.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image {
  box-sizing: border-box;
}



.s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container {
      position: relative;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b202248-bfd8-4338-b4f3-faaa4ed648d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2207px;
    }
  }

}
#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  max-width: 200px;
}
}
#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  margin: 0 !important;
  overflow: visible;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add background color handling */
  
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
  box-sizing: border-box;
}



.s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85661d7e-7be8-44b2-8697-c78165f42e2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
      position: relative;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  margin: 0 !important;
  overflow: visible;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add background color handling */
  
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
  box-sizing: border-box;
}



.s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85661d7e-7be8-44b2-8697-c78165f42e2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
      position: relative;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  margin: 0 !important;
  overflow: visible;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add background color handling */
  
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
  box-sizing: border-box;
}



.s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85661d7e-7be8-44b2-8697-c78165f42e2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
      position: relative;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  margin: 0 !important;
  overflow: visible;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add background color handling */
  
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
  box-sizing: border-box;
}



.s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85661d7e-7be8-44b2-8697-c78165f42e2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
      position: relative;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  margin: 0 !important;
  overflow: visible;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85661d7e-7be8-44b2-8697-c78165f42e2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add background color handling */
  
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85661d7e-7be8-44b2-8697-c78165f42e2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-85661d7e-7be8-44b2-8697-c78165f42e2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image {
  box-sizing: border-box;
}



.s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85661d7e-7be8-44b2-8697-c78165f42e2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container {
      position: relative;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85661d7e-7be8-44b2-8697-c78165f42e2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  max-width: 1874px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  max-width: 200px;
}
}
#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1874px;
  }



  img.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
    
    
    
    max-height: 1874px;
  }


.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
  box-sizing: border-box;
}



.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
      position: relative;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1874px;
    }
  }

@media (min-width: 1200px){#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1874px;
  }



  img.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
    
    
    
    max-height: 1874px;
  }


.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
  box-sizing: border-box;
}



.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
      position: relative;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1874px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1874px;
  }



  img.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
    
    
    
    max-height: 1874px;
  }


.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
  box-sizing: border-box;
}



.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
      position: relative;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1874px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1874px;
  }



  img.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
    
    
    
    max-height: 1874px;
  }


.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
  box-sizing: border-box;
}



.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
      position: relative;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1874px;
    }
  }

}@media (max-width: 767px){#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1874px;
  }



  img.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
    
    
    
    max-height: 1874px;
  }


.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image {
  box-sizing: border-box;
}



.s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container {
      position: relative;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a47914b-0211-44f0-a261-e6d5d03fcf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1874px;
    }
  }

}
#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  max-width: 200px;
}
}
#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  margin: 0 !important;
  overflow: visible;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add background color handling */
  
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
  box-sizing: border-box;
}



.s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0174c7cd-9675-457c-9779-2046ab0657bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
      position: relative;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  margin: 0 !important;
  overflow: visible;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add background color handling */
  
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
  box-sizing: border-box;
}



.s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0174c7cd-9675-457c-9779-2046ab0657bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
      position: relative;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  margin: 0 !important;
  overflow: visible;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add background color handling */
  
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
  box-sizing: border-box;
}



.s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0174c7cd-9675-457c-9779-2046ab0657bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
      position: relative;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  margin: 0 !important;
  overflow: visible;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add background color handling */
  
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
  box-sizing: border-box;
}



.s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0174c7cd-9675-457c-9779-2046ab0657bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
      position: relative;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-0174c7cd-9675-457c-9779-2046ab0657bb {
  margin: 0 !important;
  overflow: visible;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0174c7cd-9675-457c-9779-2046ab0657bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add background color handling */
  
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0174c7cd-9675-457c-9779-2046ab0657bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-0174c7cd-9675-457c-9779-2046ab0657bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image {
  box-sizing: border-box;
}



.s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0174c7cd-9675-457c-9779-2046ab0657bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container {
      position: relative;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0174c7cd-9675-457c-9779-2046ab0657bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  max-width: 1015px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  max-width: 200px;
}
}
#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1015px;
  }



  img.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
    
    
    
    max-height: 1015px;
  }


.s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
  box-sizing: border-box;
}



.s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d8361ec-c261-4070-b174-fc06a044df87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
      position: relative;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1015px;
    }
  }

@media (min-width: 1200px){#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1015px;
  }



  img.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
    
    
    
    max-height: 1015px;
  }


.s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
  box-sizing: border-box;
}



.s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d8361ec-c261-4070-b174-fc06a044df87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
      position: relative;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1015px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1015px;
  }



  img.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
    
    
    
    max-height: 1015px;
  }


.s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
  box-sizing: border-box;
}



.s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d8361ec-c261-4070-b174-fc06a044df87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
      position: relative;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1015px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1015px;
  }



  img.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
    
    
    
    max-height: 1015px;
  }


.s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
  box-sizing: border-box;
}



.s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d8361ec-c261-4070-b174-fc06a044df87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
      position: relative;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1015px;
    }
  }

}@media (max-width: 767px){#s-4d8361ec-c261-4070-b174-fc06a044df87 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d8361ec-c261-4070-b174-fc06a044df87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d8361ec-c261-4070-b174-fc06a044df87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1015px;
  }



  img.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
    
    
    
    max-height: 1015px;
  }


.s-4d8361ec-c261-4070-b174-fc06a044df87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image {
  box-sizing: border-box;
}



.s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d8361ec-c261-4070-b174-fc06a044df87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container {
      position: relative;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d8361ec-c261-4070-b174-fc06a044df87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1015px;
    }
  }

}
#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  max-width: 683px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  max-width: 200px;
}
}
#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  margin: 0 !important;
  overflow: visible;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add background color handling */
  
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
  box-sizing: border-box;
}



.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
      position: relative;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

@media (min-width: 1200px){#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  margin: 0 !important;
  overflow: visible;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add background color handling */
  
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
  box-sizing: border-box;
}



.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
      position: relative;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  margin: 0 !important;
  overflow: visible;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add background color handling */
  
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
  box-sizing: border-box;
}



.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
      position: relative;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  margin: 0 !important;
  overflow: visible;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add background color handling */
  
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
  box-sizing: border-box;
}



.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
      position: relative;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}@media (max-width: 767px){#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  margin: 0 !important;
  overflow: visible;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add background color handling */
  
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image {
  box-sizing: border-box;
}



.s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container {
      position: relative;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42c1dcc1-9168-4b3d-80fc-c4d3aaf57965 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}
#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  max-width: 200px;
}
}
#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
  box-sizing: border-box;
}



.s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
      position: relative;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
  box-sizing: border-box;
}



.s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
      position: relative;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
  box-sizing: border-box;
}



.s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
      position: relative;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
  box-sizing: border-box;
}



.s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
      position: relative;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  margin: 0 !important;
  overflow: visible;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add background color handling */
  
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2bfb401a-2fc2-443a-8473-65fb889ce971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image {
  box-sizing: border-box;
}



.s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container {
      position: relative;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfb401a-2fc2-443a-8473-65fb889ce971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 {
  display: none;
}
#s-064a7fb3-c276-41e6-b1e2-93972ebd9282, #wrap-s-064a7fb3-c276-41e6-b1e2-93972ebd9282, #wrap-content-s-064a7fb3-c276-41e6-b1e2-93972ebd9282 { display: none !important; }}@media (max-width: 767px){#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 {
  display: none;
}
#s-064a7fb3-c276-41e6-b1e2-93972ebd9282, #wrap-s-064a7fb3-c276-41e6-b1e2-93972ebd9282, #wrap-content-s-064a7fb3-c276-41e6-b1e2-93972ebd9282 { display: none !important; }}
#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-064a7fb3-c276-41e6-b1e2-93972ebd9282 td.shogun-table-column, #s-064a7fb3-c276-41e6-b1e2-93972ebd9282 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  max-width: 652px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  max-width: 200px;
}
}
#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  margin: 0 !important;
  overflow: visible;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add background color handling */
  
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-content {
  
    justify-content: center;
  
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
  box-sizing: border-box;
}



.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
      position: relative;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

@media (min-width: 1200px){#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  margin: 0 !important;
  overflow: visible;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add background color handling */
  
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-content {
  
    justify-content: center;
  
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
  box-sizing: border-box;
}



.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
      position: relative;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  margin: 0 !important;
  overflow: visible;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add background color handling */
  
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-content {
  
    justify-content: center;
  
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
  box-sizing: border-box;
}



.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
      position: relative;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  margin: 0 !important;
  overflow: visible;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add background color handling */
  
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-content {
  
    justify-content: center;
  
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
  box-sizing: border-box;
}



.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
      position: relative;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}@media (max-width: 767px){#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  margin: 0 !important;
  overflow: visible;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add background color handling */
  
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 .shogun-image-content {
  
    justify-content: center;
  
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image {
  box-sizing: border-box;
}



.s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container {
      position: relative;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-617c0baa-7c39-4398-b5d4-0986aa1ac126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}
#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  max-width: 2281px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  max-width: 200px;
}
}
#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
  box-sizing: border-box;
}



.s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
      position: relative;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

@media (min-width: 1200px){#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
  box-sizing: border-box;
}



.s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
      position: relative;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
  box-sizing: border-box;
}



.s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
      position: relative;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
  box-sizing: border-box;
}



.s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
      position: relative;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}@media (max-width: 767px){#s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-62942001-9d8d-4604-abcc-51a4212f7fe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image {
  box-sizing: border-box;
}



.s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container {
      position: relative;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62942001-9d8d-4604-abcc-51a4212f7fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}
#s-be80fd29-8d79-43c7-83db-0572c191539b {
  max-width: 2076px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-be80fd29-8d79-43c7-83db-0572c191539b {
  max-width: 200px;
}
}
#s-be80fd29-8d79-43c7-83db-0572c191539b {
  margin: 0 !important;
  overflow: visible;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add background color handling */
  
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2076px;
  }



  img.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
    
    
    
    max-height: 2076px;
  }


.s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-content {
  
    justify-content: center;
  
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
  box-sizing: border-box;
}



.s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be80fd29-8d79-43c7-83db-0572c191539b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
      position: relative;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2076px;
    }
  }

@media (min-width: 1200px){#s-be80fd29-8d79-43c7-83db-0572c191539b {
  margin: 0 !important;
  overflow: visible;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add background color handling */
  
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2076px;
  }



  img.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
    
    
    
    max-height: 2076px;
  }


.s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-content {
  
    justify-content: center;
  
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
  box-sizing: border-box;
}



.s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be80fd29-8d79-43c7-83db-0572c191539b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
      position: relative;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2076px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-be80fd29-8d79-43c7-83db-0572c191539b {
  margin: 0 !important;
  overflow: visible;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add background color handling */
  
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2076px;
  }



  img.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
    
    
    
    max-height: 2076px;
  }


.s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-content {
  
    justify-content: center;
  
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
  box-sizing: border-box;
}



.s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be80fd29-8d79-43c7-83db-0572c191539b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
      position: relative;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2076px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-be80fd29-8d79-43c7-83db-0572c191539b {
  margin: 0 !important;
  overflow: visible;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add background color handling */
  
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2076px;
  }



  img.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
    
    
    
    max-height: 2076px;
  }


.s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-content {
  
    justify-content: center;
  
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
  box-sizing: border-box;
}



.s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be80fd29-8d79-43c7-83db-0572c191539b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
      position: relative;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2076px;
    }
  }

}@media (max-width: 767px){#s-be80fd29-8d79-43c7-83db-0572c191539b {
  margin: 0 !important;
  overflow: visible;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be80fd29-8d79-43c7-83db-0572c191539b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add background color handling */
  
}

#s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be80fd29-8d79-43c7-83db-0572c191539b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2076px;
  }



  img.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
    
    
    
    max-height: 2076px;
  }


.s-be80fd29-8d79-43c7-83db-0572c191539b .shogun-image-content {
  
    justify-content: center;
  
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image {
  box-sizing: border-box;
}



.s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be80fd29-8d79-43c7-83db-0572c191539b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container {
      position: relative;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be80fd29-8d79-43c7-83db-0572c191539b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2076px;
    }
  }

}
#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  max-width: 2240px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  max-width: 200px;
}
}
#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
  box-sizing: border-box;
}



.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
      position: relative;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

@media (min-width: 1200px){#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
  box-sizing: border-box;
}



.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
      position: relative;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e 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-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
  box-sizing: border-box;
}



.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
      position: relative;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e 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-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
  box-sizing: border-box;
}



.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
      position: relative;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}@media (max-width: 767px){#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image {
  box-sizing: border-box;
}



.s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container {
      position: relative;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15cb45-e96a-4b6e-88e3-608d9a11b61e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}
#s-b03d342f-bec9-4945-a40d-92090a103eef {
  max-width: 2160px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-b03d342f-bec9-4945-a40d-92090a103eef {
  max-width: 200px;
}
}
#s-b03d342f-bec9-4945-a40d-92090a103eef {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
  box-sizing: border-box;
}



.s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d342f-bec9-4945-a40d-92090a103eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
      position: relative;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-b03d342f-bec9-4945-a40d-92090a103eef {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
  box-sizing: border-box;
}



.s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d342f-bec9-4945-a40d-92090a103eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
      position: relative;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b03d342f-bec9-4945-a40d-92090a103eef {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
  box-sizing: border-box;
}



.s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d342f-bec9-4945-a40d-92090a103eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
      position: relative;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b03d342f-bec9-4945-a40d-92090a103eef {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
  box-sizing: border-box;
}



.s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d342f-bec9-4945-a40d-92090a103eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
      position: relative;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-b03d342f-bec9-4945-a40d-92090a103eef {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d342f-bec9-4945-a40d-92090a103eef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d342f-bec9-4945-a40d-92090a103eef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-b03d342f-bec9-4945-a40d-92090a103eef .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image {
  box-sizing: border-box;
}



.s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d342f-bec9-4945-a40d-92090a103eef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container {
      position: relative;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d342f-bec9-4945-a40d-92090a103eef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  max-width: 200px;
}
}
#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
  box-sizing: border-box;
}



.s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
      position: relative;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
  box-sizing: border-box;
}



.s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
      position: relative;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
  box-sizing: border-box;
}



.s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
      position: relative;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
  box-sizing: border-box;
}



.s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
      position: relative;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4bb3ac89-63f0-4151-b987-9517f43716e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image {
  box-sizing: border-box;
}



.s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container {
      position: relative;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bb3ac89-63f0-4151-b987-9517f43716e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  max-width: 200px;
}
}
#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
  box-sizing: border-box;
}



.s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
      position: relative;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
  box-sizing: border-box;
}



.s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
      position: relative;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
  box-sizing: border-box;
}



.s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
      position: relative;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
  box-sizing: border-box;
}



.s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
      position: relative;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  margin: 0 !important;
  overflow: visible;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add background color handling */
  
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c7ba780-a6d5-4670-8466-8cb66f37316d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image {
  box-sizing: border-box;
}



.s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container {
      position: relative;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c7ba780-a6d5-4670-8466-8cb66f37316d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  max-width: 200px;
}
}
#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
  box-sizing: border-box;
}



.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
      position: relative;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
  box-sizing: border-box;
}



.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
      position: relative;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
  box-sizing: border-box;
}



.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
      position: relative;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
  box-sizing: border-box;
}



.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
      position: relative;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image {
  box-sizing: border-box;
}



.s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container {
      position: relative;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d7fb1f3-a5b2-4e37-9d71-bf90e46e8d97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  max-width: 200px;
}
}
#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
  box-sizing: border-box;
}



.s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-463a172a-e034-4baf-8be5-af0e01659d57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
      position: relative;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
  box-sizing: border-box;
}



.s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-463a172a-e034-4baf-8be5-af0e01659d57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
      position: relative;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
  box-sizing: border-box;
}



.s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-463a172a-e034-4baf-8be5-af0e01659d57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
      position: relative;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
  box-sizing: border-box;
}



.s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-463a172a-e034-4baf-8be5-af0e01659d57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
      position: relative;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-463a172a-e034-4baf-8be5-af0e01659d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-463a172a-e034-4baf-8be5-af0e01659d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-463a172a-e034-4baf-8be5-af0e01659d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-463a172a-e034-4baf-8be5-af0e01659d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image {
  box-sizing: border-box;
}



.s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-463a172a-e034-4baf-8be5-af0e01659d57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container {
      position: relative;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-463a172a-e034-4baf-8be5-af0e01659d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  max-width: 2429px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  max-width: 200px;
}
}
#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  margin: 0 !important;
  overflow: visible;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add background color handling */
  
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2429px;
  }



  img.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
    
    
    
    max-height: 2429px;
  }


.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-content {
  
    justify-content: center;
  
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
  box-sizing: border-box;
}



.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
      position: relative;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2429px;
    }
  }

@media (min-width: 1200px){#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  margin: 0 !important;
  overflow: visible;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add background color handling */
  
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2429px;
  }



  img.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
    
    
    
    max-height: 2429px;
  }


.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-content {
  
    justify-content: center;
  
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
  box-sizing: border-box;
}



.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
      position: relative;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2429px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  margin: 0 !important;
  overflow: visible;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add background color handling */
  
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2429px;
  }



  img.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
    
    
    
    max-height: 2429px;
  }


.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-content {
  
    justify-content: center;
  
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
  box-sizing: border-box;
}



.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
      position: relative;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2429px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  margin: 0 !important;
  overflow: visible;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add background color handling */
  
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2429px;
  }



  img.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
    
    
    
    max-height: 2429px;
  }


.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-content {
  
    justify-content: center;
  
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
  box-sizing: border-box;
}



.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
      position: relative;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2429px;
    }
  }

}@media (max-width: 767px){#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  margin: 0 !important;
  overflow: visible;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add background color handling */
  
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2429px;
  }



  img.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
    
    
    
    max-height: 2429px;
  }


.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a .shogun-image-content {
  
    justify-content: center;
  
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image {
  box-sizing: border-box;
}



.s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container {
      position: relative;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72abe544-e6c4-4bd5-8cfb-6e7da76c341a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2429px;
    }
  }

}
#s-06d4505b-0891-4250-96b1-e6fffb485b7e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-06d4505b-0891-4250-96b1-e6fffb485b7e {
  display: none;
}
#s-06d4505b-0891-4250-96b1-e6fffb485b7e, #wrap-s-06d4505b-0891-4250-96b1-e6fffb485b7e, #wrap-content-s-06d4505b-0891-4250-96b1-e6fffb485b7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06d4505b-0891-4250-96b1-e6fffb485b7e {
  display: none;
}
#s-06d4505b-0891-4250-96b1-e6fffb485b7e, #wrap-s-06d4505b-0891-4250-96b1-e6fffb485b7e, #wrap-content-s-06d4505b-0891-4250-96b1-e6fffb485b7e { display: none !important; }}







#s-06d4505b-0891-4250-96b1-e6fffb485b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06d4505b-0891-4250-96b1-e6fffb485b7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-93f7acf4-0a48-4182-9069-2cc72920bf04"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-93f7acf4-0a48-4182-9069-2cc72920bf04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-93f7acf4-0a48-4182-9069-2cc72920bf04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-93f7acf4-0a48-4182-9069-2cc72920bf04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  max-width: 1920px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
  box-sizing: border-box;
}



.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
      position: relative;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
  box-sizing: border-box;
}



.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
      position: relative;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
  box-sizing: border-box;
}



.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
      position: relative;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
  box-sizing: border-box;
}



.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
      position: relative;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image {
  box-sizing: border-box;
}



.s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container {
      position: relative;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6c60e2-6c55-450d-8fed-d30c925830d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  margin: 0 !important;
  overflow: visible;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add background color handling */
  
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
  box-sizing: border-box;
}



.s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
      position: relative;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  margin: 0 !important;
  overflow: visible;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add background color handling */
  
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
  box-sizing: border-box;
}



.s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
      position: relative;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  margin: 0 !important;
  overflow: visible;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add background color handling */
  
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
  box-sizing: border-box;
}



.s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
      position: relative;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  margin: 0 !important;
  overflow: visible;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add background color handling */
  
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
  box-sizing: border-box;
}



.s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
      position: relative;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  margin: 0 !important;
  overflow: visible;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add background color handling */
  
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-492a279b-a7d9-43c3-8abe-3d17200d5764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image {
  box-sizing: border-box;
}



.s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container {
      position: relative;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-492a279b-a7d9-43c3-8abe-3d17200d5764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  max-width: 2160px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
  box-sizing: border-box;
}



.s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
      position: relative;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

@media (min-width: 1200px){#s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
  box-sizing: border-box;
}



.s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
      position: relative;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
  box-sizing: border-box;
}



.s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
      position: relative;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
  box-sizing: border-box;
}



.s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
      position: relative;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}@media (max-width: 767px){#s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2160px;
  }



  img.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
    
    
    
    max-height: 2160px;
  }


.s-ea342bec-7f8d-4866-b72e-f23116e167d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image {
  box-sizing: border-box;
}



.s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container {
      position: relative;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea342bec-7f8d-4866-b72e-f23116e167d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2160px;
    }
  }

}
#s-c2f818c3-70a7-4c87-a123-685fc5335d4d {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-c2f818c3-70a7-4c87-a123-685fc5335d4d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c2f818c3-70a7-4c87-a123-685fc5335d4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c2f818c3-70a7-4c87-a123-685fc5335d4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c2f818c3-70a7-4c87-a123-685fc5335d4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  max-width: 2281px;
aspect-ratio: 1/1;
text-align: center;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
  box-sizing: border-box;
}



.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
      position: relative;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

@media (min-width: 1200px){#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
  box-sizing: border-box;
}



.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
      position: relative;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
  box-sizing: border-box;
}



.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
      position: relative;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
  box-sizing: border-box;
}



.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
      position: relative;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}@media (max-width: 767px){#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  margin: 0 !important;
  overflow: visible;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add background color handling */
  
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2281px;
  }



  img.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
    
    
    
    max-height: 2281px;
  }


.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image {
  box-sizing: border-box;
}



.s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container {
      position: relative;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50f6bee7-b5e1-4e30-824b-40cadcff2669 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2281px;
    }
  }

}
#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  max-width: 2240px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  margin: 0 !important;
  overflow: visible;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add background color handling */
  
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
  box-sizing: border-box;
}



.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
      position: relative;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

@media (min-width: 1200px){#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  margin: 0 !important;
  overflow: visible;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add background color handling */
  
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
  box-sizing: border-box;
}



.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
      position: relative;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e 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-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  margin: 0 !important;
  overflow: visible;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add background color handling */
  
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
  box-sizing: border-box;
}



.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
      position: relative;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e 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-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  margin: 0 !important;
  overflow: visible;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add background color handling */
  
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
  box-sizing: border-box;
}



.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
      position: relative;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}@media (max-width: 767px){#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  margin: 0 !important;
  overflow: visible;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add background color handling */
  
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2240px;
  }



  img.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
    
    
    
    max-height: 2240px;
  }


.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image {
  box-sizing: border-box;
}



.s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container {
      position: relative;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ea0cd7d-8887-40e4-a2c5-21899e74635e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2240px;
    }
  }

}
#s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
  box-sizing: border-box;
}



.s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
      position: relative;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
  box-sizing: border-box;
}



.s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
      position: relative;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
  box-sizing: border-box;
}



.s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
      position: relative;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
  box-sizing: border-box;
}



.s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
      position: relative;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d0b18216-36e5-4624-9cd0-7ea234139d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image {
  box-sizing: border-box;
}



.s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container {
      position: relative;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b18216-36e5-4624-9cd0-7ea234139d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-ab303bae-2161-40d6-a7de-3163f4d6c3d1 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-ab303bae-2161-40d6-a7de-3163f4d6c3d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ab303bae-2161-40d6-a7de-3163f4d6c3d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ab303bae-2161-40d6-a7de-3163f4d6c3d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ab303bae-2161-40d6-a7de-3163f4d6c3d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  max-width: 652px;
aspect-ratio: 1/1;
text-align: center;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  margin: 0 !important;
  overflow: visible;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add background color handling */
  
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-content {
  
    justify-content: center;
  
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
  box-sizing: border-box;
}



.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
      position: relative;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

@media (min-width: 1200px){#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  margin: 0 !important;
  overflow: visible;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add background color handling */
  
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-content {
  
    justify-content: center;
  
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
  box-sizing: border-box;
}



.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
      position: relative;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  margin: 0 !important;
  overflow: visible;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add background color handling */
  
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-content {
  
    justify-content: center;
  
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
  box-sizing: border-box;
}



.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
      position: relative;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  margin: 0 !important;
  overflow: visible;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add background color handling */
  
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-content {
  
    justify-content: center;
  
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
  box-sizing: border-box;
}



.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
      position: relative;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}@media (max-width: 767px){#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  margin: 0 !important;
  overflow: visible;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add background color handling */
  
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 652px;
  }



  img.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
    
    
    
    max-height: 652px;
  }


.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e .shogun-image-content {
  
    justify-content: center;
  
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image {
  box-sizing: border-box;
}



.s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container {
      position: relative;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811e8dc8-7b0c-4d22-9e45-f2fc06ae721e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 652px;
    }
  }

}
#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  max-width: 2794px;
aspect-ratio: 1/1;
text-align: center;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2794px;
  }



  img.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
    
    
    
    max-height: 2794px;
  }


.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
  box-sizing: border-box;
}



.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
      position: relative;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2794px;
    }
  }

@media (min-width: 1200px){#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2794px;
  }



  img.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
    
    
    
    max-height: 2794px;
  }


.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
  box-sizing: border-box;
}



.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
      position: relative;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2794px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2794px;
  }



  img.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
    
    
    
    max-height: 2794px;
  }


.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
  box-sizing: border-box;
}



.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
      position: relative;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2794px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2794px;
  }



  img.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
    
    
    
    max-height: 2794px;
  }


.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
  box-sizing: border-box;
}



.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
      position: relative;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2794px;
    }
  }

}@media (max-width: 767px){#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2794px;
  }



  img.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
    
    
    
    max-height: 2794px;
  }


.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image {
  box-sizing: border-box;
}



.s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container {
      position: relative;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bf2153-9688-4cd6-922d-d5e39ecdf4c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2794px;
    }
  }

}
#s-5cde0168-f700-408a-9052-063885561c79 {
  max-width: 1928px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5cde0168-f700-408a-9052-063885561c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cde0168-f700-408a-9052-063885561c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cde0168-f700-408a-9052-063885561c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
  box-sizing: border-box;
}



.s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cde0168-f700-408a-9052-063885561c79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
      position: relative;
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

@media (min-width: 1200px){#s-5cde0168-f700-408a-9052-063885561c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cde0168-f700-408a-9052-063885561c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cde0168-f700-408a-9052-063885561c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
  box-sizing: border-box;
}



.s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cde0168-f700-408a-9052-063885561c79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
      position: relative;
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5cde0168-f700-408a-9052-063885561c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cde0168-f700-408a-9052-063885561c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cde0168-f700-408a-9052-063885561c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
  box-sizing: border-box;
}



.s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cde0168-f700-408a-9052-063885561c79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
      position: relative;
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5cde0168-f700-408a-9052-063885561c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cde0168-f700-408a-9052-063885561c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cde0168-f700-408a-9052-063885561c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
  box-sizing: border-box;
}



.s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cde0168-f700-408a-9052-063885561c79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
      position: relative;
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}@media (max-width: 767px){#s-5cde0168-f700-408a-9052-063885561c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cde0168-f700-408a-9052-063885561c79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cde0168-f700-408a-9052-063885561c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cde0168-f700-408a-9052-063885561c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1928px;
  }



  img.s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
    
    
    
    max-height: 1928px;
  }


.s-5cde0168-f700-408a-9052-063885561c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cde0168-f700-408a-9052-063885561c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cde0168-f700-408a-9052-063885561c79.shogun-image {
  box-sizing: border-box;
}



.s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cde0168-f700-408a-9052-063885561c79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container {
      position: relative;
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cde0168-f700-408a-9052-063885561c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cde0168-f700-408a-9052-063885561c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1928px;
    }
  }

}
#s-be23ba54-ba01-43c2-a002-b186bcd6fdc0 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(205, 228, 224, 1);
}
@media (max-width: 767px){#s-be23ba54-ba01-43c2-a002-b186bcd6fdc0 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-be23ba54-ba01-43c2-a002-b186bcd6fdc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be23ba54-ba01-43c2-a002-b186bcd6fdc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-145eee62-2de6-4516-80dd-55daa96ea79c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-145eee62-2de6-4516-80dd-55daa96ea79c {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-145eee62-2de6-4516-80dd-55daa96ea79c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-fff782f3-6122-49a7-8422-99fb10def978 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fff782f3-6122-49a7-8422-99fb10def978 {
  margin-top: 0px;
display: none;
}
#s-fff782f3-6122-49a7-8422-99fb10def978, #wrap-s-fff782f3-6122-49a7-8422-99fb10def978, #wrap-content-s-fff782f3-6122-49a7-8422-99fb10def978 { display: none !important; }}
#s-fff782f3-6122-49a7-8422-99fb10def978 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-fff782f3-6122-49a7-8422-99fb10def978 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-2732e94f-5021-4746-a28d-04f69853cab7 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2732e94f-5021-4746-a28d-04f69853cab7 {
  display: none;
}
#s-2732e94f-5021-4746-a28d-04f69853cab7, #wrap-s-2732e94f-5021-4746-a28d-04f69853cab7, #wrap-content-s-2732e94f-5021-4746-a28d-04f69853cab7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2732e94f-5021-4746-a28d-04f69853cab7 {
  display: none;
}
#s-2732e94f-5021-4746-a28d-04f69853cab7, #wrap-s-2732e94f-5021-4746-a28d-04f69853cab7, #wrap-content-s-2732e94f-5021-4746-a28d-04f69853cab7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2732e94f-5021-4746-a28d-04f69853cab7 {
  display: none;
}
#s-2732e94f-5021-4746-a28d-04f69853cab7, #wrap-s-2732e94f-5021-4746-a28d-04f69853cab7, #wrap-content-s-2732e94f-5021-4746-a28d-04f69853cab7 { display: none !important; }}@media (max-width: 767px){#s-2732e94f-5021-4746-a28d-04f69853cab7 {
  margin-top: 0px;
}
}
#s-2732e94f-5021-4746-a28d-04f69853cab7 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-2732e94f-5021-4746-a28d-04f69853cab7 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2 {
  border-style: solid;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2 {
  margin-top: 10px;
margin-bottom: 10px;
}
}

  #s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2-root {
    text-align: center;
  }


#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2-root {
    text-align: center;
  }


#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2-root {
    text-align: center;
  }


#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2-root {
    text-align: center;
  }


#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2-root {
    text-align: center;
  }


#s-af795301-0ac1-4cc9-9ae6-f77f0aa3e3f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-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;
  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;
}
