.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-4d5a7a02-e8a5-4ae7-9e00-2372063ca046 {
  min-height: 50px;
}








#s-4d5a7a02-e8a5-4ae7-9e00-2372063ca046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d5a7a02-e8a5-4ae7-9e00-2372063ca046.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-209b609e-7279-42b9-974d-04f571d7b033 {
  min-height: 50px;
}








#s-209b609e-7279-42b9-974d-04f571d7b033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-209b609e-7279-42b9-974d-04f571d7b033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f60ef2c-f28d-4709-ad21-c8748526a516 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(49, 70, 67, 1);
}
@media (max-width: 767px){#s-6f60ef2c-f28d-4709-ad21-c8748526a516 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6f60ef2c-f28d-4709-ad21-c8748526a516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f60ef2c-f28d-4709-ad21-c8748526a516.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-4dd1968e-83ce-4fd1-b8f6-8f498ff47461 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461 {
  display: none;
}
#s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461, #wrap-s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461, #wrap-content-s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461 { display: none !important; }}@media (max-width: 767px){#s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461 {
  display: none;
}
#s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461, #wrap-s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461, #wrap-content-s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dd1968e-83ce-4fd1-b8f6-8f498ff47461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b6ea5459-bca5-4bf4-bc87-2ea12739d85c {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-b6ea5459-bca5-4bf4-bc87-2ea12739d85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6ea5459-bca5-4bf4-bc87-2ea12739d85c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7c7cd46-fef4-4795-b9dd-f34850afdc02 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 5px;
min-height: 35px;
max-width: 230px;
background-color: rgba(177, 250, 219, 1);
}








#s-e7c7cd46-fef4-4795-b9dd-f34850afdc02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7c7cd46-fef4-4795-b9dd-f34850afdc02.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-d5353ec7-34b0-4c7a-81b2-72f1e7979ce6 {
  margin-top: 0px;
padding-top: 3px;
padding-bottom: 0px;
text-align: left;
}

#s-d5353ec7-34b0-4c7a-81b2-72f1e7979ce6 .shogun-heading-component h1 {
  color: rgba(48, 77, 101, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}



#s-831c7e33-bc21-4fbc-803e-b7b68a107308 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-831c7e33-bc21-4fbc-803e-b7b68a107308 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: left;
}



.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-d809d23c-6fd5-4b4a-b09c-efe1480c3115 {
  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-d809d23c-6fd5-4b4a-b09c-efe1480c3115:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d809d23c-6fd5-4b4a-b09c-efe1480c3115:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d809d23c-6fd5-4b4a-b09c-efe1480c3115-root {
    text-align: left;
  }


#s-d809d23c-6fd5-4b4a-b09c-efe1480c3115.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d809d23c-6fd5-4b4a-b09c-efe1480c3115-root {
    text-align: left;
  }


#s-d809d23c-6fd5-4b4a-b09c-efe1480c3115.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d809d23c-6fd5-4b4a-b09c-efe1480c3115-root {
    text-align: left;
  }


#s-d809d23c-6fd5-4b4a-b09c-efe1480c3115.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d809d23c-6fd5-4b4a-b09c-efe1480c3115-root {
    text-align: left;
  }


#s-d809d23c-6fd5-4b4a-b09c-efe1480c3115.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d809d23c-6fd5-4b4a-b09c-efe1480c3115-root {
    text-align: left;
  }


#s-d809d23c-6fd5-4b4a-b09c-efe1480c3115.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
.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-8ea179df-4d5a-4bff-91ed-3fccfe9de0e4 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8ea179df-4d5a-4bff-91ed-3fccfe9de0e4 {
  display: none;
}
#s-8ea179df-4d5a-4bff-91ed-3fccfe9de0e4, #wrap-s-8ea179df-4d5a-4bff-91ed-3fccfe9de0e4, #wrap-content-s-8ea179df-4d5a-4bff-91ed-3fccfe9de0e4 { 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-cd824347-6cac-425d-b37a-815b6c9fb506 {
  margin-left: auto;
margin-right: auto;
max-width: 3595px;
aspect-ratio: 3595/2663;
text-align: center;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
  box-sizing: border-box;
}



.s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd824347-6cac-425d-b37a-815b6c9fb506 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
      position: relative;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

@media (min-width: 1200px){#s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
  box-sizing: border-box;
}



.s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd824347-6cac-425d-b37a-815b6c9fb506 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
      position: relative;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506 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-cd824347-6cac-425d-b37a-815b6c9fb506 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
  box-sizing: border-box;
}



.s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd824347-6cac-425d-b37a-815b6c9fb506 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
      position: relative;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506 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-cd824347-6cac-425d-b37a-815b6c9fb506 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
  box-sizing: border-box;
}



.s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd824347-6cac-425d-b37a-815b6c9fb506 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
      position: relative;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (max-width: 767px){#s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd824347-6cac-425d-b37a-815b6c9fb506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd824347-6cac-425d-b37a-815b6c9fb506 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-cd824347-6cac-425d-b37a-815b6c9fb506 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image {
  box-sizing: border-box;
}



.s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd824347-6cac-425d-b37a-815b6c9fb506 {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container {
      position: relative;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd824347-6cac-425d-b37a-815b6c9fb506 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}
#s-0961cf6e-016e-4b79-aeb4-394e32add763 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0961cf6e-016e-4b79-aeb4-394e32add763 {
  display: none;
}
#s-0961cf6e-016e-4b79-aeb4-394e32add763, #wrap-s-0961cf6e-016e-4b79-aeb4-394e32add763, #wrap-content-s-0961cf6e-016e-4b79-aeb4-394e32add763 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0961cf6e-016e-4b79-aeb4-394e32add763 {
  display: none;
}
#s-0961cf6e-016e-4b79-aeb4-394e32add763, #wrap-s-0961cf6e-016e-4b79-aeb4-394e32add763, #wrap-content-s-0961cf6e-016e-4b79-aeb4-394e32add763 { display: none !important; }}







#s-0961cf6e-016e-4b79-aeb4-394e32add763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0961cf6e-016e-4b79-aeb4-394e32add763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8515493d-26d4-4542-943c-324723cf617f {
  max-width: 3595px;
aspect-ratio: 3595/2663;
text-align: center;
}

#s-8515493d-26d4-4542-943c-324723cf617f {
  margin: 0 !important;
  overflow: visible;
}

#s-8515493d-26d4-4542-943c-324723cf617f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add background color handling */
  
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8515493d-26d4-4542-943c-324723cf617f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
  box-sizing: border-box;
}



.s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8515493d-26d4-4542-943c-324723cf617f {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
      position: relative;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

@media (min-width: 1200px){#s-8515493d-26d4-4542-943c-324723cf617f {
  margin: 0 !important;
  overflow: visible;
}

#s-8515493d-26d4-4542-943c-324723cf617f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add background color handling */
  
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8515493d-26d4-4542-943c-324723cf617f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
  box-sizing: border-box;
}



.s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8515493d-26d4-4542-943c-324723cf617f {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
      position: relative;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f 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-8515493d-26d4-4542-943c-324723cf617f {
  margin: 0 !important;
  overflow: visible;
}

#s-8515493d-26d4-4542-943c-324723cf617f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add background color handling */
  
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8515493d-26d4-4542-943c-324723cf617f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
  box-sizing: border-box;
}



.s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8515493d-26d4-4542-943c-324723cf617f {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
      position: relative;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f 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-8515493d-26d4-4542-943c-324723cf617f {
  margin: 0 !important;
  overflow: visible;
}

#s-8515493d-26d4-4542-943c-324723cf617f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add background color handling */
  
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8515493d-26d4-4542-943c-324723cf617f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
  box-sizing: border-box;
}



.s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8515493d-26d4-4542-943c-324723cf617f {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
      position: relative;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}@media (max-width: 767px){#s-8515493d-26d4-4542-943c-324723cf617f {
  margin: 0 !important;
  overflow: visible;
}

#s-8515493d-26d4-4542-943c-324723cf617f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8515493d-26d4-4542-943c-324723cf617f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add background color handling */
  
}

#s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }

    #s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-link {
      aspect-ratio: 3595/2663;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8515493d-26d4-4542-943c-324723cf617f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3595px;
  }



  img.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
    
    
    
    max-height: 3595px;
  }


.s-8515493d-26d4-4542-943c-324723cf617f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8515493d-26d4-4542-943c-324723cf617f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8515493d-26d4-4542-943c-324723cf617f.shogun-image {
  box-sizing: border-box;
}



.s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8515493d-26d4-4542-943c-324723cf617f {
      --shg-aspect-ratio: calc(3595/2663); 
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container {
      position: relative;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8515493d-26d4-4542-943c-324723cf617f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8515493d-26d4-4542-943c-324723cf617f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3595px;
    }
  }

}
#s-05e62413-f178-4d17-a64d-c5aba76ea124 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05e62413-f178-4d17-a64d-c5aba76ea124 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-05e62413-f178-4d17-a64d-c5aba76ea124 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-05e62413-f178-4d17-a64d-c5aba76ea124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05e62413-f178-4d17-a64d-c5aba76ea124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-684511fe-4537-42aa-a398-6f3d99d54d90 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 5px;
min-height: 35px;
max-width: 230px;
background-color: rgba(177, 250, 219, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-684511fe-4537-42aa-a398-6f3d99d54d90 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-684511fe-4537-42aa-a398-6f3d99d54d90 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}
}







#s-684511fe-4537-42aa-a398-6f3d99d54d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-684511fe-4537-42aa-a398-6f3d99d54d90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77f00105-62ee-4d2a-9a43-4c48804a060b {
  margin-top: 0px;
padding-top: 3px;
padding-bottom: 0px;
text-align: left;
}

#s-77f00105-62ee-4d2a-9a43-4c48804a060b .shogun-heading-component h1 {
  color: rgba(48, 77, 101, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}



#s-2bf339e0-1cac-4d95-8063-0ef30a46d764 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2bf339e0-1cac-4d95-8063-0ef30a46d764 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2bf339e0-1cac-4d95-8063-0ef30a46d764 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 90px;
padding-bottom: 5px;
padding-right: 90px;
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-7b6b32e0-bb77-49e6-a55e-030e26c3110e:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b6b32e0-bb77-49e6-a55e-030e26c3110e-root {
    text-align: center;
  }


#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b6b32e0-bb77-49e6-a55e-030e26c3110e-root {
    text-align: center;
  }


#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b6b32e0-bb77-49e6-a55e-030e26c3110e-root {
    text-align: center;
  }


#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b6b32e0-bb77-49e6-a55e-030e26c3110e-root {
    text-align: center;
  }


#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b6b32e0-bb77-49e6-a55e-030e26c3110e-root {
    text-align: center;
  }


#s-7b6b32e0-bb77-49e6-a55e-030e26c3110e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 {
  display: none;
}
#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5, #wrap-s-3ed445fc-bfe5-455b-8f3c-efe208aeada5, #wrap-content-s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 {
  display: none;
}
#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5, #wrap-s-3ed445fc-bfe5-455b-8f3c-efe208aeada5, #wrap-content-s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 {
  display: none;
}
#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5, #wrap-s-3ed445fc-bfe5-455b-8f3c-efe208aeada5, #wrap-content-s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 { display: none !important; }}@media (max-width: 767px){#s-3ed445fc-bfe5-455b-8f3c-efe208aeada5 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-59e0f3d1-f998-4f64-b31a-c1901488b9e3 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-59e0f3d1-f998-4f64-b31a-c1901488b9e3 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-59e0f3d1-f998-4f64-b31a-c1901488b9e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59e0f3d1-f998-4f64-b31a-c1901488b9e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  margin-top: 0px;
max-width: 320px;
text-align: center;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
  box-sizing: border-box;
}



.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
  box-sizing: border-box;
}



.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
  box-sizing: border-box;
}



.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
  box-sizing: border-box;
}



.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
    
    
    
    max-height: 320px;
  }


.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3.shogun-image {
  box-sizing: border-box;
}



.s-f6b503b5-d3a4-47a1-89a6-afd69c7c58d3 img.shogun-image {
  
}


}
#s-9fcaa37a-7555-446b-a230-6302942f0577 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-9fcaa37a-7555-446b-a230-6302942f0577 {
  display: none;
}
#s-9fcaa37a-7555-446b-a230-6302942f0577, #wrap-s-9fcaa37a-7555-446b-a230-6302942f0577, #wrap-content-s-9fcaa37a-7555-446b-a230-6302942f0577 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fcaa37a-7555-446b-a230-6302942f0577 {
  display: none;
}
#s-9fcaa37a-7555-446b-a230-6302942f0577, #wrap-s-9fcaa37a-7555-446b-a230-6302942f0577, #wrap-content-s-9fcaa37a-7555-446b-a230-6302942f0577 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fcaa37a-7555-446b-a230-6302942f0577 {
  display: none;
}
#s-9fcaa37a-7555-446b-a230-6302942f0577, #wrap-s-9fcaa37a-7555-446b-a230-6302942f0577, #wrap-content-s-9fcaa37a-7555-446b-a230-6302942f0577 { display: none !important; }}@media (max-width: 767px){#s-9fcaa37a-7555-446b-a230-6302942f0577 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-34bb7e71-764e-43dd-973e-f7d1f84028fc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-34bb7e71-764e-43dd-973e-f7d1f84028fc {
  display: none;
}
#s-34bb7e71-764e-43dd-973e-f7d1f84028fc, #wrap-s-34bb7e71-764e-43dd-973e-f7d1f84028fc, #wrap-content-s-34bb7e71-764e-43dd-973e-f7d1f84028fc { display: none !important; }}
#s-0a15967e-0413-42da-a05e-d0abb9f780bf {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a15967e-0413-42da-a05e-d0abb9f780bf {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0a15967e-0413-42da-a05e-d0abb9f780bf {
  display: none;
}
#s-0a15967e-0413-42da-a05e-d0abb9f780bf, #wrap-s-0a15967e-0413-42da-a05e-d0abb9f780bf, #wrap-content-s-0a15967e-0413-42da-a05e-d0abb9f780bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-0a15967e-0413-42da-a05e-d0abb9f780bf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-0a15967e-0413-42da-a05e-d0abb9f780bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0a15967e-0413-42da-a05e-d0abb9f780bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a15967e-0413-42da-a05e-d0abb9f780bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  margin: 0 !important;
  overflow: visible;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add background color handling */
  
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-693e796a-b8d9-4e55-8071-53f1b6c5817a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
  box-sizing: border-box;
}



.s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  
}


@media (min-width: 1200px){#s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  margin: 0 !important;
  overflow: visible;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add background color handling */
  
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-693e796a-b8d9-4e55-8071-53f1b6c5817a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
  box-sizing: border-box;
}



.s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  margin: 0 !important;
  overflow: visible;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add background color handling */
  
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-693e796a-b8d9-4e55-8071-53f1b6c5817a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
  box-sizing: border-box;
}



.s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  margin: 0 !important;
  overflow: visible;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add background color handling */
  
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-693e796a-b8d9-4e55-8071-53f1b6c5817a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
  box-sizing: border-box;
}



.s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  
}


}@media (max-width: 767px){#s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  margin: 0 !important;
  overflow: visible;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-693e796a-b8d9-4e55-8071-53f1b6c5817a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add background color handling */
  
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-693e796a-b8d9-4e55-8071-53f1b6c5817a .shogun-image-content {
  
    justify-content: center;
  
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693e796a-b8d9-4e55-8071-53f1b6c5817a.shogun-image {
  box-sizing: border-box;
}



.s-693e796a-b8d9-4e55-8071-53f1b6c5817a img.shogun-image {
  
}


}
#s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  margin: 0 !important;
  overflow: visible;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add background color handling */
  
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-868b5192-b358-4fc9-82f7-8053abba1e57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
  box-sizing: border-box;
}



.s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  
}


@media (min-width: 1200px){#s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  margin: 0 !important;
  overflow: visible;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add background color handling */
  
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-868b5192-b358-4fc9-82f7-8053abba1e57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
  box-sizing: border-box;
}



.s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  margin: 0 !important;
  overflow: visible;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add background color handling */
  
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-868b5192-b358-4fc9-82f7-8053abba1e57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
  box-sizing: border-box;
}



.s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  margin: 0 !important;
  overflow: visible;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add background color handling */
  
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-868b5192-b358-4fc9-82f7-8053abba1e57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
  box-sizing: border-box;
}



.s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  
}


}@media (max-width: 767px){#s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  margin: 0 !important;
  overflow: visible;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868b5192-b358-4fc9-82f7-8053abba1e57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add background color handling */
  
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-868b5192-b358-4fc9-82f7-8053abba1e57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868b5192-b358-4fc9-82f7-8053abba1e57.shogun-image {
  box-sizing: border-box;
}



.s-868b5192-b358-4fc9-82f7-8053abba1e57 img.shogun-image {
  
}


}
#s-98ea9201-ed31-4398-9232-c03880a15f36 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 {
  margin: 0 !important;
  overflow: visible;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add background color handling */
  
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-98ea9201-ed31-4398-9232-c03880a15f36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
  box-sizing: border-box;
}



.s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  
}


@media (min-width: 1200px){#s-98ea9201-ed31-4398-9232-c03880a15f36 {
  margin: 0 !important;
  overflow: visible;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add background color handling */
  
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-98ea9201-ed31-4398-9232-c03880a15f36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
  box-sizing: border-box;
}



.s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-98ea9201-ed31-4398-9232-c03880a15f36 {
  margin: 0 !important;
  overflow: visible;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add background color handling */
  
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-98ea9201-ed31-4398-9232-c03880a15f36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
  box-sizing: border-box;
}



.s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-98ea9201-ed31-4398-9232-c03880a15f36 {
  margin: 0 !important;
  overflow: visible;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add background color handling */
  
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-98ea9201-ed31-4398-9232-c03880a15f36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
  box-sizing: border-box;
}



.s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  
}


}@media (max-width: 767px){#s-98ea9201-ed31-4398-9232-c03880a15f36 {
  margin: 0 !important;
  overflow: visible;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-98ea9201-ed31-4398-9232-c03880a15f36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add background color handling */
  
}

#s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-98ea9201-ed31-4398-9232-c03880a15f36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98ea9201-ed31-4398-9232-c03880a15f36.shogun-image {
  box-sizing: border-box;
}



.s-98ea9201-ed31-4398-9232-c03880a15f36 img.shogun-image {
  
}


}
#s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  margin: 0 !important;
  overflow: visible;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add background color handling */
  
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f84c9448-6953-4826-a2cd-fcefe86af114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
  box-sizing: border-box;
}



.s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  margin: 0 !important;
  overflow: visible;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add background color handling */
  
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f84c9448-6953-4826-a2cd-fcefe86af114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
  box-sizing: border-box;
}



.s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  margin: 0 !important;
  overflow: visible;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add background color handling */
  
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f84c9448-6953-4826-a2cd-fcefe86af114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
  box-sizing: border-box;
}



.s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  margin: 0 !important;
  overflow: visible;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add background color handling */
  
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f84c9448-6953-4826-a2cd-fcefe86af114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
  box-sizing: border-box;
}



.s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  margin: 0 !important;
  overflow: visible;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f84c9448-6953-4826-a2cd-fcefe86af114 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add background color handling */
  
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f84c9448-6953-4826-a2cd-fcefe86af114 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f84c9448-6953-4826-a2cd-fcefe86af114.shogun-image {
  box-sizing: border-box;
}



.s-f84c9448-6953-4826-a2cd-fcefe86af114 img.shogun-image {
  
}


}
#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  max-width: 120px;
text-align: center;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
  box-sizing: border-box;
}



.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
  box-sizing: border-box;
}



.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
  box-sizing: border-box;
}



.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
  box-sizing: border-box;
}



.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7.shogun-image {
  box-sizing: border-box;
}



.s-e3f6b029-d7b8-45de-a577-22d8c10aa4a7 img.shogun-image {
  
}


}
#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  max-width: 120px;
text-align: center;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
  box-sizing: border-box;
}



.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
  box-sizing: border-box;
}



.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
  box-sizing: border-box;
}



.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
  box-sizing: border-box;
}



.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5.shogun-image {
  box-sizing: border-box;
}



.s-6bff6c48-9525-4103-8f4d-83bdfbf9f3b5 img.shogun-image {
  
}


}
#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
}
@media (min-width: 1200px){#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db {
  display: none;
}
#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db, #wrap-s-fba4fe79-f169-490e-ba7d-2a48bcccf5db, #wrap-content-s-fba4fe79-f169-490e-ba7d-2a48bcccf5db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db {
  display: none;
}
#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db, #wrap-s-fba4fe79-f169-490e-ba7d-2a48bcccf5db, #wrap-content-s-fba4fe79-f169-490e-ba7d-2a48bcccf5db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db {
  display: none;
}
#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db, #wrap-s-fba4fe79-f169-490e-ba7d-2a48bcccf5db, #wrap-content-s-fba4fe79-f169-490e-ba7d-2a48bcccf5db { display: none !important; }}@media (max-width: 767px){#s-fba4fe79-f169-490e-ba7d-2a48bcccf5db {
  
}
}
@media (min-width: 0px) {
[id="s-fba4fe79-f169-490e-ba7d-2a48bcccf5db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-fba4fe79-f169-490e-ba7d-2a48bcccf5db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fba4fe79-f169-490e-ba7d-2a48bcccf5db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fba4fe79-f169-490e-ba7d-2a48bcccf5db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-cbe06333-20de-48fc-abe1-dca3fd891e14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
  box-sizing: border-box;
}



.s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-cbe06333-20de-48fc-abe1-dca3fd891e14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
  box-sizing: border-box;
}



.s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-cbe06333-20de-48fc-abe1-dca3fd891e14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
  box-sizing: border-box;
}



.s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-cbe06333-20de-48fc-abe1-dca3fd891e14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
  box-sizing: border-box;
}



.s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe06333-20de-48fc-abe1-dca3fd891e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-cbe06333-20de-48fc-abe1-dca3fd891e14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe06333-20de-48fc-abe1-dca3fd891e14.shogun-image {
  box-sizing: border-box;
}



.s-cbe06333-20de-48fc-abe1-dca3fd891e14 img.shogun-image {
  
}


}
#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  margin: 0 !important;
  overflow: visible;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add background color handling */
  
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
  box-sizing: border-box;
}



.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  
}


@media (min-width: 1200px){#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  margin: 0 !important;
  overflow: visible;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add background color handling */
  
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
  box-sizing: border-box;
}



.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  margin: 0 !important;
  overflow: visible;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add background color handling */
  
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
  box-sizing: border-box;
}



.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  margin: 0 !important;
  overflow: visible;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add background color handling */
  
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
  box-sizing: border-box;
}



.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  
}


}@media (max-width: 767px){#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  margin: 0 !important;
  overflow: visible;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0250769a-1dde-4674-94f4-7a0fb7e6e39b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add background color handling */
  
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0250769a-1dde-4674-94f4-7a0fb7e6e39b.shogun-image {
  box-sizing: border-box;
}



.s-0250769a-1dde-4674-94f4-7a0fb7e6e39b img.shogun-image {
  
}


}
#s-416e5126-4505-4a21-b092-308eba7a2d23 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-416e5126-4505-4a21-b092-308eba7a2d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
  box-sizing: border-box;
}



.s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  
}


@media (min-width: 1200px){#s-416e5126-4505-4a21-b092-308eba7a2d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-416e5126-4505-4a21-b092-308eba7a2d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
  box-sizing: border-box;
}



.s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-416e5126-4505-4a21-b092-308eba7a2d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-416e5126-4505-4a21-b092-308eba7a2d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
  box-sizing: border-box;
}



.s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-416e5126-4505-4a21-b092-308eba7a2d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-416e5126-4505-4a21-b092-308eba7a2d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
  box-sizing: border-box;
}



.s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  
}


}@media (max-width: 767px){#s-416e5126-4505-4a21-b092-308eba7a2d23 {
  margin: 0 !important;
  overflow: visible;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416e5126-4505-4a21-b092-308eba7a2d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add background color handling */
  
}

#s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-416e5126-4505-4a21-b092-308eba7a2d23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416e5126-4505-4a21-b092-308eba7a2d23.shogun-image {
  box-sizing: border-box;
}



.s-416e5126-4505-4a21-b092-308eba7a2d23 img.shogun-image {
  
}


}
#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  margin: 0 !important;
  overflow: visible;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add background color handling */
  
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
  box-sizing: border-box;
}



.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  
}


@media (min-width: 1200px){#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  margin: 0 !important;
  overflow: visible;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add background color handling */
  
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
  box-sizing: border-box;
}



.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  margin: 0 !important;
  overflow: visible;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add background color handling */
  
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
  box-sizing: border-box;
}



.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  margin: 0 !important;
  overflow: visible;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add background color handling */
  
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
  box-sizing: border-box;
}



.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  
}


}@media (max-width: 767px){#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  margin: 0 !important;
  overflow: visible;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add background color handling */
  
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c.shogun-image {
  box-sizing: border-box;
}



.s-629d0f5d-9120-40cb-8d5a-7e6261f43c6c img.shogun-image {
  
}


}
#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc {
  margin-top: 5px;
margin-left: 10%;
margin-right: 10%;
max-width: 1000px;
}
@media (min-width: 1200px){#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc {
  display: none;
}
#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc, #wrap-s-6f28b818-78e9-4cd0-9777-f5dc244f73dc, #wrap-content-s-6f28b818-78e9-4cd0-9777-f5dc244f73dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc {
  display: none;
}
#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc, #wrap-s-6f28b818-78e9-4cd0-9777-f5dc244f73dc, #wrap-content-s-6f28b818-78e9-4cd0-9777-f5dc244f73dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc {
  display: none;
}
#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc, #wrap-s-6f28b818-78e9-4cd0-9777-f5dc244f73dc, #wrap-content-s-6f28b818-78e9-4cd0-9777-f5dc244f73dc { display: none !important; }}@media (max-width: 767px){#s-6f28b818-78e9-4cd0-9777-f5dc244f73dc {
  
}
}
@media (min-width: 0px) {
[id="s-6f28b818-78e9-4cd0-9777-f5dc244f73dc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-6f28b818-78e9-4cd0-9777-f5dc244f73dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6f28b818-78e9-4cd0-9777-f5dc244f73dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6f28b818-78e9-4cd0-9777-f5dc244f73dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  max-width: 120px;
text-align: center;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
  box-sizing: border-box;
}



.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
  box-sizing: border-box;
}



.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
  box-sizing: border-box;
}



.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
  box-sizing: border-box;
}



.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d94d976e-126d-415c-b9e7-93ef189ebbe6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94d976e-126d-415c-b9e7-93ef189ebbe6.shogun-image {
  box-sizing: border-box;
}



.s-d94d976e-126d-415c-b9e7-93ef189ebbe6 img.shogun-image {
  
}


}
#s-f6c19709-9922-4a45-926c-0975f866102b {
  max-width: 120px;
text-align: center;
}

#s-f6c19709-9922-4a45-926c-0975f866102b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6c19709-9922-4a45-926c-0975f866102b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f6c19709-9922-4a45-926c-0975f866102b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
  box-sizing: border-box;
}



.s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  
}


@media (min-width: 1200px){#s-f6c19709-9922-4a45-926c-0975f866102b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6c19709-9922-4a45-926c-0975f866102b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f6c19709-9922-4a45-926c-0975f866102b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
  box-sizing: border-box;
}



.s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f6c19709-9922-4a45-926c-0975f866102b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6c19709-9922-4a45-926c-0975f866102b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f6c19709-9922-4a45-926c-0975f866102b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
  box-sizing: border-box;
}



.s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f6c19709-9922-4a45-926c-0975f866102b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6c19709-9922-4a45-926c-0975f866102b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f6c19709-9922-4a45-926c-0975f866102b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
  box-sizing: border-box;
}



.s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  
}


}@media (max-width: 767px){#s-f6c19709-9922-4a45-926c-0975f866102b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6c19709-9922-4a45-926c-0975f866102b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6c19709-9922-4a45-926c-0975f866102b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f6c19709-9922-4a45-926c-0975f866102b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6c19709-9922-4a45-926c-0975f866102b.shogun-image {
  box-sizing: border-box;
}



.s-f6c19709-9922-4a45-926c-0975f866102b img.shogun-image {
  
}


}
#s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  max-width: 120px;
text-align: center;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c2b84297-0127-4040-8210-a91c8ec5d5ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
  box-sizing: border-box;
}



.s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  
}


@media (min-width: 1200px){#s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c2b84297-0127-4040-8210-a91c8ec5d5ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
  box-sizing: border-box;
}



.s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c2b84297-0127-4040-8210-a91c8ec5d5ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
  box-sizing: border-box;
}



.s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c2b84297-0127-4040-8210-a91c8ec5d5ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
  box-sizing: border-box;
}



.s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  
}


}@media (max-width: 767px){#s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b84297-0127-4040-8210-a91c8ec5d5ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c2b84297-0127-4040-8210-a91c8ec5d5ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b84297-0127-4040-8210-a91c8ec5d5ad.shogun-image {
  box-sizing: border-box;
}



.s-c2b84297-0127-4040-8210-a91c8ec5d5ad img.shogun-image {
  
}


}
#s-836ed367-8301-46bd-8b54-06bd881dfbd5 {
  margin-right: 0%;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(231, 240, 238, 1);
}
@media (max-width: 767px){#s-836ed367-8301-46bd-8b54-06bd881dfbd5 {
  padding-top: 0px;
padding-bottom: 20px;
}
}







#s-836ed367-8301-46bd-8b54-06bd881dfbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-836ed367-8301-46bd-8b54-06bd881dfbd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7c0e314-4a40-4c7d-bcb4-e53e2560696f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ff1fcfc6-966f-4227-b4be-bc57df5ad423 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ff1fcfc6-966f-4227-b4be-bc57df5ad423 {
  margin-top: 0px;
}
}
#s-ff1fcfc6-966f-4227-b4be-bc57df5ad423 .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-ff1fcfc6-966f-4227-b4be-bc57df5ad423 .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-ff1fcfc6-966f-4227-b4be-bc57df5ad423 .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-39897798-8ce6-4039-9641-4eeeefade620 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (max-width: 767px){#s-39897798-8ce6-4039-9641-4eeeefade620 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-cfe96ec3-9a80-4827-a67c-8a364c06a785 {
  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-cfe96ec3-9a80-4827-a67c-8a364c06a785:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cfe96ec3-9a80-4827-a67c-8a364c06a785: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-cfe96ec3-9a80-4827-a67c-8a364c06a785 {
  margin-top: 0px;
}
}

  #s-cfe96ec3-9a80-4827-a67c-8a364c06a785-root {
    text-align: center;
  }


#s-cfe96ec3-9a80-4827-a67c-8a364c06a785.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfe96ec3-9a80-4827-a67c-8a364c06a785-root {
    text-align: center;
  }


#s-cfe96ec3-9a80-4827-a67c-8a364c06a785.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfe96ec3-9a80-4827-a67c-8a364c06a785-root {
    text-align: center;
  }


#s-cfe96ec3-9a80-4827-a67c-8a364c06a785.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfe96ec3-9a80-4827-a67c-8a364c06a785-root {
    text-align: center;
  }


#s-cfe96ec3-9a80-4827-a67c-8a364c06a785.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfe96ec3-9a80-4827-a67c-8a364c06a785-root {
    text-align: center;
  }


#s-cfe96ec3-9a80-4827-a67c-8a364c06a785.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-09f8bb47-48df-4179-841e-cee0f742dfdd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09f8bb47-48df-4179-841e-cee0f742dfdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09f8bb47-48df-4179-841e-cee0f742dfdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9d48ef-9680-49ea-94cc-cee06a1a8f35 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da9d48ef-9680-49ea-94cc-cee06a1a8f35 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-da9d48ef-9680-49ea-94cc-cee06a1a8f35 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-da9d48ef-9680-49ea-94cc-cee06a1a8f35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da9d48ef-9680-49ea-94cc-cee06a1a8f35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b2af541-79d5-4615-9f6f-d03cbe104a0d {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b2af541-79d5-4615-9f6f-d03cbe104a0d {
  
}
}@media (max-width: 767px){#s-0b2af541-79d5-4615-9f6f-d03cbe104a0d {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-0b2af541-79d5-4615-9f6f-d03cbe104a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b2af541-79d5-4615-9f6f-d03cbe104a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b2af541-79d5-4615-9f6f-d03cbe104a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b2af541-79d5-4615-9f6f-d03cbe104a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-274f6c8e-4746-439a-9159-1a32f08dd3a8 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-e9d7528b-0790-4362-bbaf-3a174932fa0d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9d7528b-0790-4362-bbaf-3a174932fa0d {
  display: none;
}
#s-e9d7528b-0790-4362-bbaf-3a174932fa0d, #wrap-s-e9d7528b-0790-4362-bbaf-3a174932fa0d, #wrap-content-s-e9d7528b-0790-4362-bbaf-3a174932fa0d { display: none !important; }}@media (max-width: 767px){#s-e9d7528b-0790-4362-bbaf-3a174932fa0d {
  display: none;
}
#s-e9d7528b-0790-4362-bbaf-3a174932fa0d, #wrap-s-e9d7528b-0790-4362-bbaf-3a174932fa0d, #wrap-content-s-e9d7528b-0790-4362-bbaf-3a174932fa0d { display: none !important; }}







#s-e9d7528b-0790-4362-bbaf-3a174932fa0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9d7528b-0790-4362-bbaf-3a174932fa0d.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-496f81fb-5007-48cb-9430-52fea373a52b {
  
}
}
@media (min-width: 0px) {
[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-496f81fb-5007-48cb-9430-52fea373a52b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-59e0fb81-f837-4590-beb5-03bd9c9278c2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-59e0fb81-f837-4590-beb5-03bd9c9278c2 .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-04ea6894-0bb4-4a7b-b734-d8aa4f1ca9bf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-04ea6894-0bb4-4a7b-b734-d8aa4f1ca9bf .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-45774752-e26e-4a30-ad5d-d1b47071c166 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45774752-e26e-4a30-ad5d-d1b47071c166 {
  margin-top: 10px;
display: none;
}
#s-45774752-e26e-4a30-ad5d-d1b47071c166, #wrap-s-45774752-e26e-4a30-ad5d-d1b47071c166, #wrap-content-s-45774752-e26e-4a30-ad5d-d1b47071c166 { display: none !important; }}@media (max-width: 767px){#s-45774752-e26e-4a30-ad5d-d1b47071c166 {
  display: none;
}
#s-45774752-e26e-4a30-ad5d-d1b47071c166, #wrap-s-45774752-e26e-4a30-ad5d-d1b47071c166, #wrap-content-s-45774752-e26e-4a30-ad5d-d1b47071c166 { display: none !important; }}
#s-b7932e8a-6a9d-46c4-8567-d5d7ac5ff925 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-b7932e8a-6a9d-46c4-8567-d5d7ac5ff925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7932e8a-6a9d-46c4-8567-d5d7ac5ff925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
  box-sizing: border-box;
}



.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
  box-sizing: border-box;
}



.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
  box-sizing: border-box;
}



.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
  box-sizing: border-box;
}



.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  margin: 0 !important;
  overflow: visible;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add background color handling */
  
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3.shogun-image {
  box-sizing: border-box;
}



.s-64ee40cb-5ddf-4f50-98e7-1fd07dc1ede3 img.shogun-image {
  
}


}
#s-ba349983-5735-4697-a221-75d8f26197fb {
  margin-top: 10px;
}

#s-11c2be26-7997-4bfd-b63b-ffd5977ad946 {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: auto;
}

#s-2f74405c-1414-49d0-84ed-af23f836f29c {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2f74405c-1414-49d0-84ed-af23f836f29c {
  display: none;
}
#s-2f74405c-1414-49d0-84ed-af23f836f29c, #wrap-s-2f74405c-1414-49d0-84ed-af23f836f29c, #wrap-content-s-2f74405c-1414-49d0-84ed-af23f836f29c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f74405c-1414-49d0-84ed-af23f836f29c {
  display: none;
}
#s-2f74405c-1414-49d0-84ed-af23f836f29c, #wrap-s-2f74405c-1414-49d0-84ed-af23f836f29c, #wrap-content-s-2f74405c-1414-49d0-84ed-af23f836f29c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f74405c-1414-49d0-84ed-af23f836f29c {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-2f74405c-1414-49d0-84ed-af23f836f29c {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 32px;
}
}







#s-2f74405c-1414-49d0-84ed-af23f836f29c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f74405c-1414-49d0-84ed-af23f836f29c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-184e083d-df60-4216-b305-01ddad4d9feb {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-184e083d-df60-4216-b305-01ddad4d9feb {
  
}
}
@media (min-width: 0px) {
[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-184e083d-df60-4216-b305-01ddad4d9feb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-ffe05aff-b7fc-4e59-a46b-970a26bc3886 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ffe05aff-b7fc-4e59-a46b-970a26bc3886 .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-27062804-ec9e-4edb-8d84-6471b1b137c3 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-27062804-ec9e-4edb-8d84-6471b1b137c3 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-27062804-ec9e-4edb-8d84-6471b1b137c3 {
  margin-left: -75%;
}
}
#s-27062804-ec9e-4edb-8d84-6471b1b137c3 .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-785f0a2a-2ef2-498e-a20f-1a9d815bc360 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-785f0a2a-2ef2-498e-a20f-1a9d815bc360 {
  
}
}@media (max-width: 767px){#s-785f0a2a-2ef2-498e-a20f-1a9d815bc360 {
  
}
}
#s-d9179478-2d12-4338-a235-cee979322ba2 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-d9179478-2d12-4338-a235-cee979322ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9179478-2d12-4338-a235-cee979322ba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
  box-sizing: border-box;
}



.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
  box-sizing: border-box;
}



.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
  box-sizing: border-box;
}



.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
  box-sizing: border-box;
}



.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad8071a7-3101-4b1e-b126-d47b497d4d62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad8071a7-3101-4b1e-b126-d47b497d4d62.shogun-image {
  box-sizing: border-box;
}



.s-ad8071a7-3101-4b1e-b126-d47b497d4d62 img.shogun-image {
  
}


}
#s-0f5faf7a-d16d-49c8-9adc-39f3478b1bd0 {
  margin-top: 10px;
}

#s-a0386e99-c390-4a5a-b811-dea83cdf1c20 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-2fba4edc-57e9-461a-b3eb-b3fc5adc08be {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(244, 242, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2fba4edc-57e9-461a-b3eb-b3fc5adc08be {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2fba4edc-57e9-461a-b3eb-b3fc5adc08be {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-2fba4edc-57e9-461a-b3eb-b3fc5adc08be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fba4edc-57e9-461a-b3eb-b3fc5adc08be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4 {
  
}
}@media (max-width: 767px){#s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4 {
  
}
}
@media (min-width: 0px) {
[id="s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c9eb1aa7-0bae-41f0-a2b4-e431b691f4b4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4e508c65-b32a-461f-98da-9091f0b1b503 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e508c65-b32a-461f-98da-9091f0b1b503 {
  display: none;
}
#s-4e508c65-b32a-461f-98da-9091f0b1b503, #wrap-s-4e508c65-b32a-461f-98da-9091f0b1b503, #wrap-content-s-4e508c65-b32a-461f-98da-9091f0b1b503 { display: none !important; }}@media (max-width: 767px){#s-4e508c65-b32a-461f-98da-9091f0b1b503 {
  display: none;
}
#s-4e508c65-b32a-461f-98da-9091f0b1b503, #wrap-s-4e508c65-b32a-461f-98da-9091f0b1b503, #wrap-content-s-4e508c65-b32a-461f-98da-9091f0b1b503 { display: none !important; }}







#s-4e508c65-b32a-461f-98da-9091f0b1b503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e508c65-b32a-461f-98da-9091f0b1b503.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-20a16160-a8e7-4ff0-90e6-1ead0641c7e7 {
  
}
}
@media (min-width: 0px) {
[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-20a16160-a8e7-4ff0-90e6-1ead0641c7e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-09a0d59e-1d64-485e-8209-92c28f3a4ff5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-09a0d59e-1d64-485e-8209-92c28f3a4ff5 .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-df3e6b83-ef3c-4796-bb94-c5413889854d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df3e6b83-ef3c-4796-bb94-c5413889854d .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-99442284-cee1-4f50-b91f-b34d9b73891a {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99442284-cee1-4f50-b91f-b34d9b73891a {
  margin-top: 10px;
display: none;
}
#s-99442284-cee1-4f50-b91f-b34d9b73891a, #wrap-s-99442284-cee1-4f50-b91f-b34d9b73891a, #wrap-content-s-99442284-cee1-4f50-b91f-b34d9b73891a { display: none !important; }}@media (max-width: 767px){#s-99442284-cee1-4f50-b91f-b34d9b73891a {
  display: none;
}
#s-99442284-cee1-4f50-b91f-b34d9b73891a, #wrap-s-99442284-cee1-4f50-b91f-b34d9b73891a, #wrap-content-s-99442284-cee1-4f50-b91f-b34d9b73891a { display: none !important; }}
#s-7064b947-e8ce-492a-867f-afc6b97db169 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-7064b947-e8ce-492a-867f-afc6b97db169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7064b947-e8ce-492a-867f-afc6b97db169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d2fa8720-5d4b-4968-8341-bc292285c403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
  box-sizing: border-box;
}



.s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d2fa8720-5d4b-4968-8341-bc292285c403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
  box-sizing: border-box;
}



.s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d2fa8720-5d4b-4968-8341-bc292285c403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
  box-sizing: border-box;
}



.s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d2fa8720-5d4b-4968-8341-bc292285c403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
  box-sizing: border-box;
}



.s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2fa8720-5d4b-4968-8341-bc292285c403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d2fa8720-5d4b-4968-8341-bc292285c403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fa8720-5d4b-4968-8341-bc292285c403.shogun-image {
  box-sizing: border-box;
}



.s-d2fa8720-5d4b-4968-8341-bc292285c403 img.shogun-image {
  
}


}
#s-52bf2109-a9df-4345-8cbc-ccc2ae6b217c {
  margin-top: 10px;
}

#s-d8113524-1eaa-4e02-969a-dc0f30c0858f {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804 {
  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-01e5b79b-435d-4a14-8e69-9c3ea61d7804:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-01e5b79b-435d-4a14-8e69-9c3ea61d7804-root {
    text-align: left;
  }


#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01e5b79b-435d-4a14-8e69-9c3ea61d7804-root {
    text-align: left;
  }


#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01e5b79b-435d-4a14-8e69-9c3ea61d7804-root {
    text-align: left;
  }


#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01e5b79b-435d-4a14-8e69-9c3ea61d7804-root {
    text-align: left;
  }


#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01e5b79b-435d-4a14-8e69-9c3ea61d7804-root {
    text-align: left;
  }


#s-01e5b79b-435d-4a14-8e69-9c3ea61d7804.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-cbfb846b-aa50-4b93-aec8-a3266dc42655 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-cbfb846b-aa50-4b93-aec8-a3266dc42655 {
  display: none;
}
#s-cbfb846b-aa50-4b93-aec8-a3266dc42655, #wrap-s-cbfb846b-aa50-4b93-aec8-a3266dc42655, #wrap-content-s-cbfb846b-aa50-4b93-aec8-a3266dc42655 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbfb846b-aa50-4b93-aec8-a3266dc42655 {
  display: none;
}
#s-cbfb846b-aa50-4b93-aec8-a3266dc42655, #wrap-s-cbfb846b-aa50-4b93-aec8-a3266dc42655, #wrap-content-s-cbfb846b-aa50-4b93-aec8-a3266dc42655 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbfb846b-aa50-4b93-aec8-a3266dc42655 {
  padding-top: 0px;
padding-bottom: 32px;
}
}@media (max-width: 767px){#s-cbfb846b-aa50-4b93-aec8-a3266dc42655 {
  padding-bottom: 32px;
}
}







#s-cbfb846b-aa50-4b93-aec8-a3266dc42655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbfb846b-aa50-4b93-aec8-a3266dc42655.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0607dee3-b9e1-4c1d-b074-435999138640 {
  margin-top: 20px;
margin-right: -3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0607dee3-b9e1-4c1d-b074-435999138640 {
  
}
}
@media (min-width: 0px) {
[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0607dee3-b9e1-4c1d-b074-435999138640"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-c7b6c4b5-0a38-4120-86a7-50a843f15d4b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7b6c4b5-0a38-4120-86a7-50a843f15d4b .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-b5c5241b-ce23-4fe1-bb06-49a05e6cb865 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5c5241b-ce23-4fe1-bb06-49a05e6cb865 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-b5c5241b-ce23-4fe1-bb06-49a05e6cb865 {
  margin-left: -73%;
}
}
#s-b5c5241b-ce23-4fe1-bb06-49a05e6cb865 .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-6895f435-d8e5-4e1b-a1dd-2a86a51123f3 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6895f435-d8e5-4e1b-a1dd-2a86a51123f3 {
  
}
}@media (max-width: 767px){#s-6895f435-d8e5-4e1b-a1dd-2a86a51123f3 {
  
}
}
#s-75d8ec36-f5cd-46df-ac41-873cff59c12a {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-75d8ec36-f5cd-46df-ac41-873cff59c12a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75d8ec36-f5cd-46df-ac41-873cff59c12a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  margin: 0 !important;
  overflow: visible;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add background color handling */
  
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-443d3a01-2d2f-4805-94d3-0bc45db33875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
  box-sizing: border-box;
}



.s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  
}


@media (min-width: 1200px){#s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  margin: 0 !important;
  overflow: visible;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add background color handling */
  
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-443d3a01-2d2f-4805-94d3-0bc45db33875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
  box-sizing: border-box;
}



.s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  margin: 0 !important;
  overflow: visible;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add background color handling */
  
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-443d3a01-2d2f-4805-94d3-0bc45db33875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
  box-sizing: border-box;
}



.s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  margin: 0 !important;
  overflow: visible;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add background color handling */
  
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-443d3a01-2d2f-4805-94d3-0bc45db33875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
  box-sizing: border-box;
}



.s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  
}


}@media (max-width: 767px){#s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  margin: 0 !important;
  overflow: visible;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-443d3a01-2d2f-4805-94d3-0bc45db33875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add background color handling */
  
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-443d3a01-2d2f-4805-94d3-0bc45db33875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-443d3a01-2d2f-4805-94d3-0bc45db33875.shogun-image {
  box-sizing: border-box;
}



.s-443d3a01-2d2f-4805-94d3-0bc45db33875 img.shogun-image {
  
}


}
#s-04eb5dd8-8c3f-4842-b9c8-a4da01c0ab8b {
  margin-top: 10px;
}

#s-e6f77a21-2edc-46f3-84ba-6c3484675ef8 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418 {
  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-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418: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-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418 {
  margin-bottom: 0px;
}
}

  #s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418-root {
    text-align: center;
  }


#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418-root {
    text-align: center;
  }


#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418-root {
    text-align: center;
  }


#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418-root {
    text-align: center;
  }


#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418-root {
    text-align: center;
  }


#s-3ac486c1-1f2a-40f9-a6ed-827e0ba6a418.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-a1ea1da7-2e06-4f19-a4dd-49e10ee33604 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-c194600d-bc8a-4c96-a851-bb0b809f9f6c {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-c194600d-bc8a-4c96-a851-bb0b809f9f6c {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-c194600d-bc8a-4c96-a851-bb0b809f9f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c194600d-bc8a-4c96-a851-bb0b809f9f6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1164d3a6-ef49-499b-83c7-58eb66da9ec4 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1164d3a6-ef49-499b-83c7-58eb66da9ec4 {
  
}
}@media (max-width: 767px){#s-1164d3a6-ef49-499b-83c7-58eb66da9ec4 {
  
}
}
@media (min-width: 0px) {
[id="s-1164d3a6-ef49-499b-83c7-58eb66da9ec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1164d3a6-ef49-499b-83c7-58eb66da9ec4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1164d3a6-ef49-499b-83c7-58eb66da9ec4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1164d3a6-ef49-499b-83c7-58eb66da9ec4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-40f82abf-f0a7-48ae-9382-c01de5ab22dc {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664 {
  display: none;
}
#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664, #wrap-s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664, #wrap-content-s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664 { display: none !important; }}@media (max-width: 767px){#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664 {
  display: none;
}
#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664, #wrap-s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664, #wrap-content-s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664 { display: none !important; }}







#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5f4dfe6-782d-4a58-ada8-7cba5dc64664.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-b49f0969-33c0-45d4-b2c6-d6934d58a869 {
  
}
}
@media (min-width: 0px) {
[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b49f0969-33c0-45d4-b2c6-d6934d58a869"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-a0dabfeb-a166-42eb-9dcc-bfcb5eee595a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a0dabfeb-a166-42eb-9dcc-bfcb5eee595a .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-b12b02ef-a32b-43e3-a1c2-08f5d15a8176 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b12b02ef-a32b-43e3-a1c2-08f5d15a8176 .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-87969295-6823-4b69-8910-d0677b6b332b {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87969295-6823-4b69-8910-d0677b6b332b {
  margin-top: 10px;
display: none;
}
#s-87969295-6823-4b69-8910-d0677b6b332b, #wrap-s-87969295-6823-4b69-8910-d0677b6b332b, #wrap-content-s-87969295-6823-4b69-8910-d0677b6b332b { display: none !important; }}@media (max-width: 767px){#s-87969295-6823-4b69-8910-d0677b6b332b {
  display: none;
}
#s-87969295-6823-4b69-8910-d0677b6b332b, #wrap-s-87969295-6823-4b69-8910-d0677b6b332b, #wrap-content-s-87969295-6823-4b69-8910-d0677b6b332b { display: none !important; }}
#s-70738b08-f410-44b4-825a-8623d9108197 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-70738b08-f410-44b4-825a-8623d9108197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70738b08-f410-44b4-825a-8623d9108197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  margin: 0 !important;
  overflow: visible;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add background color handling */
  
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
  box-sizing: border-box;
}



.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  
}


@media (min-width: 1200px){#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  margin: 0 !important;
  overflow: visible;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add background color handling */
  
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
  box-sizing: border-box;
}



.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  margin: 0 !important;
  overflow: visible;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add background color handling */
  
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
  box-sizing: border-box;
}



.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  margin: 0 !important;
  overflow: visible;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add background color handling */
  
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
  box-sizing: border-box;
}



.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  
}


}@media (max-width: 767px){#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  margin: 0 !important;
  overflow: visible;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add background color handling */
  
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c.shogun-image {
  box-sizing: border-box;
}



.s-a938f207-39eb-4e18-b5a8-7cd63f3fd91c img.shogun-image {
  
}


}
#s-6e67c480-cceb-4b6f-a7da-1cfe2fb62ccf {
  margin-top: 10px;
}

#s-cd3ad644-17c5-4941-b4ed-e044fb6ebf4f {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-b35da65b-8506-4ffe-856e-b3f01911b24f {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b35da65b-8506-4ffe-856e-b3f01911b24f {
  display: none;
}
#s-b35da65b-8506-4ffe-856e-b3f01911b24f, #wrap-s-b35da65b-8506-4ffe-856e-b3f01911b24f, #wrap-content-s-b35da65b-8506-4ffe-856e-b3f01911b24f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b35da65b-8506-4ffe-856e-b3f01911b24f {
  display: none;
}
#s-b35da65b-8506-4ffe-856e-b3f01911b24f, #wrap-s-b35da65b-8506-4ffe-856e-b3f01911b24f, #wrap-content-s-b35da65b-8506-4ffe-856e-b3f01911b24f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b35da65b-8506-4ffe-856e-b3f01911b24f {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-b35da65b-8506-4ffe-856e-b3f01911b24f {
  padding-bottom: 32px;
}
}







#s-b35da65b-8506-4ffe-856e-b3f01911b24f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b35da65b-8506-4ffe-856e-b3f01911b24f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d493acf-c6ed-4442-82e1-cd3633bb19e2 {
  margin-top: 20px;
margin-right: -3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d493acf-c6ed-4442-82e1-cd3633bb19e2 {
  
}
}
@media (min-width: 0px) {
[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9d493acf-c6ed-4442-82e1-cd3633bb19e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-29913665-1cda-4948-832e-e24e1b843bd1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-29913665-1cda-4948-832e-e24e1b843bd1 .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-9555d89a-63f0-4073-843f-0336ec440242 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9555d89a-63f0-4073-843f-0336ec440242 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-9555d89a-63f0-4073-843f-0336ec440242 {
  margin-left: -73%;
}
}
#s-9555d89a-63f0-4073-843f-0336ec440242 .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-6c5246a5-b7d1-4b27-bb69-a4fe505ad75a {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c5246a5-b7d1-4b27-bb69-a4fe505ad75a {
  
}
}@media (max-width: 767px){#s-6c5246a5-b7d1-4b27-bb69-a4fe505ad75a {
  
}
}
#s-58b2ba5b-da2b-4377-92e4-a2834defd455 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-58b2ba5b-da2b-4377-92e4-a2834defd455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58b2ba5b-da2b-4377-92e4-a2834defd455.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  margin: 0 !important;
  overflow: visible;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add background color handling */
  
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-460537d9-2b69-428f-a0d0-8d16ecace127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
  box-sizing: border-box;
}



.s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  
}


@media (min-width: 1200px){#s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  margin: 0 !important;
  overflow: visible;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add background color handling */
  
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-460537d9-2b69-428f-a0d0-8d16ecace127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
  box-sizing: border-box;
}



.s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  margin: 0 !important;
  overflow: visible;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add background color handling */
  
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-460537d9-2b69-428f-a0d0-8d16ecace127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
  box-sizing: border-box;
}



.s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  margin: 0 !important;
  overflow: visible;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add background color handling */
  
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-460537d9-2b69-428f-a0d0-8d16ecace127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
  box-sizing: border-box;
}



.s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  
}


}@media (max-width: 767px){#s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  margin: 0 !important;
  overflow: visible;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-460537d9-2b69-428f-a0d0-8d16ecace127 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add background color handling */
  
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-460537d9-2b69-428f-a0d0-8d16ecace127 .shogun-image-content {
  
    justify-content: center;
  
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-460537d9-2b69-428f-a0d0-8d16ecace127.shogun-image {
  box-sizing: border-box;
}



.s-460537d9-2b69-428f-a0d0-8d16ecace127 img.shogun-image {
  
}


}
#s-6232aca0-f132-4b58-b944-0aa1aa721d9f {
  margin-top: 10px;
}

#s-374bba0b-0dd2-4978-89b9-0d2d2a64655a {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-ec1b2724-183b-4b45-a798-8dd19c36d158 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(244, 242, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ec1b2724-183b-4b45-a798-8dd19c36d158 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-ec1b2724-183b-4b45-a798-8dd19c36d158 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ec1b2724-183b-4b45-a798-8dd19c36d158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec1b2724-183b-4b45-a798-8dd19c36d158.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbf5182e-6036-409c-804f-935cffb93bd3 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbf5182e-6036-409c-804f-935cffb93bd3 {
  
}
}@media (max-width: 767px){#s-fbf5182e-6036-409c-804f-935cffb93bd3 {
  
}
}
@media (min-width: 0px) {
[id="s-fbf5182e-6036-409c-804f-935cffb93bd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbf5182e-6036-409c-804f-935cffb93bd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbf5182e-6036-409c-804f-935cffb93bd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbf5182e-6036-409c-804f-935cffb93bd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fbf5182e-6036-409c-804f-935cffb93bd3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6661a49e-cc18-49ad-a3f8-eae44c93b020 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6661a49e-cc18-49ad-a3f8-eae44c93b020 {
  display: none;
}
#s-6661a49e-cc18-49ad-a3f8-eae44c93b020, #wrap-s-6661a49e-cc18-49ad-a3f8-eae44c93b020, #wrap-content-s-6661a49e-cc18-49ad-a3f8-eae44c93b020 { display: none !important; }}@media (max-width: 767px){#s-6661a49e-cc18-49ad-a3f8-eae44c93b020 {
  display: none;
}
#s-6661a49e-cc18-49ad-a3f8-eae44c93b020, #wrap-s-6661a49e-cc18-49ad-a3f8-eae44c93b020, #wrap-content-s-6661a49e-cc18-49ad-a3f8-eae44c93b020 { display: none !important; }}







#s-6661a49e-cc18-49ad-a3f8-eae44c93b020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6661a49e-cc18-49ad-a3f8-eae44c93b020.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-78e3e368-eb3d-4e06-aaa2-b082be6163bc {
  
}
}
@media (min-width: 0px) {
[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-78e3e368-eb3d-4e06-aaa2-b082be6163bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-a8f73c39-f819-4657-973f-664a5ba822ec {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a8f73c39-f819-4657-973f-664a5ba822ec .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-3d70dffa-78fe-4fc3-acf0-decabb4fd707 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3d70dffa-78fe-4fc3-acf0-decabb4fd707 .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-3fe59499-05a1-48d6-8d61-8b436433554c {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fe59499-05a1-48d6-8d61-8b436433554c {
  margin-top: 10px;
display: none;
}
#s-3fe59499-05a1-48d6-8d61-8b436433554c, #wrap-s-3fe59499-05a1-48d6-8d61-8b436433554c, #wrap-content-s-3fe59499-05a1-48d6-8d61-8b436433554c { display: none !important; }}@media (max-width: 767px){#s-3fe59499-05a1-48d6-8d61-8b436433554c {
  display: none;
}
#s-3fe59499-05a1-48d6-8d61-8b436433554c, #wrap-s-3fe59499-05a1-48d6-8d61-8b436433554c, #wrap-content-s-3fe59499-05a1-48d6-8d61-8b436433554c { display: none !important; }}
#s-580c9349-4f94-408c-9860-3487e35efa22 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-580c9349-4f94-408c-9860-3487e35efa22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-580c9349-4f94-408c-9860-3487e35efa22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
  box-sizing: border-box;
}



.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
  box-sizing: border-box;
}



.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
  box-sizing: border-box;
}



.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
  box-sizing: border-box;
}



.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8.shogun-image {
  box-sizing: border-box;
}



.s-9f3b906e-f072-44fd-8032-a33b4ea1d7c8 img.shogun-image {
  
}


}
#s-3328f95c-2e4b-456b-b5a7-633734670c99 {
  margin-top: 10px;
}

#s-3e850858-6ff7-4e6b-b1e3-3a9694e53c84 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473 {
  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-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473-root {
    text-align: left;
  }


#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473-root {
    text-align: left;
  }


#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473-root {
    text-align: left;
  }


#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473-root {
    text-align: left;
  }


#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473-root {
    text-align: left;
  }


#s-b80bcf3d-d06d-4d94-9ad3-e6c5e911a473.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-4a85f875-536b-4b80-8926-957176f4a9c9 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4a85f875-536b-4b80-8926-957176f4a9c9 {
  display: none;
}
#s-4a85f875-536b-4b80-8926-957176f4a9c9, #wrap-s-4a85f875-536b-4b80-8926-957176f4a9c9, #wrap-content-s-4a85f875-536b-4b80-8926-957176f4a9c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a85f875-536b-4b80-8926-957176f4a9c9 {
  display: none;
}
#s-4a85f875-536b-4b80-8926-957176f4a9c9, #wrap-s-4a85f875-536b-4b80-8926-957176f4a9c9, #wrap-content-s-4a85f875-536b-4b80-8926-957176f4a9c9 { display: none !important; }}@media (max-width: 767px){#s-4a85f875-536b-4b80-8926-957176f4a9c9 {
  padding-bottom: 32px;
}
}







#s-4a85f875-536b-4b80-8926-957176f4a9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a85f875-536b-4b80-8926-957176f4a9c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6846827-1a35-4806-a7c9-43ebd0b94ee4 {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6846827-1a35-4806-a7c9-43ebd0b94ee4 {
  
}
}
@media (min-width: 0px) {
[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d6846827-1a35-4806-a7c9-43ebd0b94ee4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-4b05c52d-f56b-478d-834e-077cbc9bacef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4b05c52d-f56b-478d-834e-077cbc9bacef .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-5a0331d1-ace1-421b-be96-416ef8fe2592 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a0331d1-ace1-421b-be96-416ef8fe2592 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-5a0331d1-ace1-421b-be96-416ef8fe2592 {
  margin-left: -73%;
}
}
#s-5a0331d1-ace1-421b-be96-416ef8fe2592 .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-39d8b389-fd59-4523-9483-f06b8da40117 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-39d8b389-fd59-4523-9483-f06b8da40117 {
  
}
}@media (max-width: 767px){#s-39d8b389-fd59-4523-9483-f06b8da40117 {
  
}
}
#s-e3d50dd2-efad-4ed1-a472-5c4c1916f70a {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-e3d50dd2-efad-4ed1-a472-5c4c1916f70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3d50dd2-efad-4ed1-a472-5c4c1916f70a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  margin: 0 !important;
  overflow: visible;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add background color handling */
  
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b1fb2cea-60a8-498f-8f3a-68be208353bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
  box-sizing: border-box;
}



.s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  
}


@media (min-width: 1200px){#s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  margin: 0 !important;
  overflow: visible;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add background color handling */
  
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b1fb2cea-60a8-498f-8f3a-68be208353bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
  box-sizing: border-box;
}



.s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  margin: 0 !important;
  overflow: visible;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add background color handling */
  
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b1fb2cea-60a8-498f-8f3a-68be208353bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
  box-sizing: border-box;
}



.s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  margin: 0 !important;
  overflow: visible;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add background color handling */
  
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b1fb2cea-60a8-498f-8f3a-68be208353bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
  box-sizing: border-box;
}



.s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  
}


}@media (max-width: 767px){#s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  margin: 0 !important;
  overflow: visible;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1fb2cea-60a8-498f-8f3a-68be208353bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add background color handling */
  
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-b1fb2cea-60a8-498f-8f3a-68be208353bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb2cea-60a8-498f-8f3a-68be208353bb.shogun-image {
  box-sizing: border-box;
}



.s-b1fb2cea-60a8-498f-8f3a-68be208353bb img.shogun-image {
  
}


}
#s-40d29cc0-f508-41d1-bd82-3d5378674e3b {
  margin-top: 10px;
}

#s-2fa71fd9-57b9-4f41-9398-f4673768166f {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-e8bcbd98-6d67-4ec2-a65b-12833c799602 {
  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-e8bcbd98-6d67-4ec2-a65b-12833c799602:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e8bcbd98-6d67-4ec2-a65b-12833c799602: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-e8bcbd98-6d67-4ec2-a65b-12833c799602 {
  margin-bottom: 0px;
}
}

  #s-e8bcbd98-6d67-4ec2-a65b-12833c799602-root {
    text-align: center;
  }


#s-e8bcbd98-6d67-4ec2-a65b-12833c799602.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8bcbd98-6d67-4ec2-a65b-12833c799602-root {
    text-align: center;
  }


#s-e8bcbd98-6d67-4ec2-a65b-12833c799602.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8bcbd98-6d67-4ec2-a65b-12833c799602-root {
    text-align: center;
  }


#s-e8bcbd98-6d67-4ec2-a65b-12833c799602.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8bcbd98-6d67-4ec2-a65b-12833c799602-root {
    text-align: center;
  }


#s-e8bcbd98-6d67-4ec2-a65b-12833c799602.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8bcbd98-6d67-4ec2-a65b-12833c799602-root {
    text-align: center;
  }


#s-e8bcbd98-6d67-4ec2-a65b-12833c799602.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-5cf90c27-4b51-44e2-a231-2c8448d40116 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-19c67517-0f93-4ca5-af99-17da1dea0f1c {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19c67517-0f93-4ca5-af99-17da1dea0f1c {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-19c67517-0f93-4ca5-af99-17da1dea0f1c {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-19c67517-0f93-4ca5-af99-17da1dea0f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19c67517-0f93-4ca5-af99-17da1dea0f1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7 {
  
}
}@media (max-width: 767px){#s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7 {
  
}
}
@media (min-width: 0px) {
[id="s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b69aaba9-dfc7-428f-8cfa-0d4d94a6adf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6bb1c7b3-3755-4e53-932c-a2c622d65d9c {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8 {
  display: none;
}
#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8, #wrap-s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8, #wrap-content-s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8 { display: none !important; }}@media (max-width: 767px){#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8 {
  display: none;
}
#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8, #wrap-s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8, #wrap-content-s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8 { display: none !important; }}







#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22c8a9fb-79d6-48e8-89a3-0d958be9fdc8.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-5360482d-dcf5-4c6d-b92f-14cc09197076 {
  
}
}
@media (min-width: 0px) {
[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-5360482d-dcf5-4c6d-b92f-14cc09197076"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-03fc8a37-cbb8-4524-b5bb-aa5cd84a3df8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-03fc8a37-cbb8-4524-b5bb-aa5cd84a3df8 .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-64cf960d-07c5-4bd4-9663-e5243eefdb7f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-64cf960d-07c5-4bd4-9663-e5243eefdb7f .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-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f {
  margin-top: 10px;
display: none;
}
#s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f, #wrap-s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f, #wrap-content-s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f { display: none !important; }}@media (max-width: 767px){#s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f {
  display: none;
}
#s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f, #wrap-s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f, #wrap-content-s-c40cc4a5-f2cb-4de3-8d10-f0967b870b9f { display: none !important; }}
#s-637f5c01-6742-4745-b59c-1f9c0a4a15cd {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-637f5c01-6742-4745-b59c-1f9c0a4a15cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-637f5c01-6742-4745-b59c-1f9c0a4a15cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-12e3da36-529e-440d-8b97-cb064968c35d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
  box-sizing: border-box;
}



.s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  
}


@media (min-width: 1200px){#s-12e3da36-529e-440d-8b97-cb064968c35d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-12e3da36-529e-440d-8b97-cb064968c35d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
  box-sizing: border-box;
}



.s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-12e3da36-529e-440d-8b97-cb064968c35d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-12e3da36-529e-440d-8b97-cb064968c35d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
  box-sizing: border-box;
}



.s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-12e3da36-529e-440d-8b97-cb064968c35d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-12e3da36-529e-440d-8b97-cb064968c35d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
  box-sizing: border-box;
}



.s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  
}


}@media (max-width: 767px){#s-12e3da36-529e-440d-8b97-cb064968c35d {
  margin: 0 !important;
  overflow: visible;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12e3da36-529e-440d-8b97-cb064968c35d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add background color handling */
  
}

#s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-12e3da36-529e-440d-8b97-cb064968c35d .shogun-image-content {
  
    justify-content: center;
  
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e3da36-529e-440d-8b97-cb064968c35d.shogun-image {
  box-sizing: border-box;
}



.s-12e3da36-529e-440d-8b97-cb064968c35d img.shogun-image {
  
}


}
#s-23e81678-db40-4f62-aab6-36aa49cf0c40 {
  margin-top: 10px;
}

#s-c72590ea-c490-4ecf-b0db-2cdd0ddb0657 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-d148eb9e-8410-4f33-bfa2-5b74399870bf {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d148eb9e-8410-4f33-bfa2-5b74399870bf {
  display: none;
}
#s-d148eb9e-8410-4f33-bfa2-5b74399870bf, #wrap-s-d148eb9e-8410-4f33-bfa2-5b74399870bf, #wrap-content-s-d148eb9e-8410-4f33-bfa2-5b74399870bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d148eb9e-8410-4f33-bfa2-5b74399870bf {
  display: none;
}
#s-d148eb9e-8410-4f33-bfa2-5b74399870bf, #wrap-s-d148eb9e-8410-4f33-bfa2-5b74399870bf, #wrap-content-s-d148eb9e-8410-4f33-bfa2-5b74399870bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d148eb9e-8410-4f33-bfa2-5b74399870bf {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-d148eb9e-8410-4f33-bfa2-5b74399870bf {
  padding-bottom: 32px;
}
}







#s-d148eb9e-8410-4f33-bfa2-5b74399870bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d148eb9e-8410-4f33-bfa2-5b74399870bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca {
  
}
}
@media (min-width: 0px) {
[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dafaa2d3-b07d-4f7e-b6c6-2e6934e0ceca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-866bdb98-18c9-4cc0-9d4f-bceead9f5da3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-866bdb98-18c9-4cc0-9d4f-bceead9f5da3 .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-b8379601-41aa-4bf2-867f-03663f0337a0 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8379601-41aa-4bf2-867f-03663f0337a0 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-b8379601-41aa-4bf2-867f-03663f0337a0 {
  margin-left: -73%;
}
}
#s-b8379601-41aa-4bf2-867f-03663f0337a0 .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-3614fd8d-04cb-44ce-b732-81c511856f2f {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3614fd8d-04cb-44ce-b732-81c511856f2f {
  
}
}@media (max-width: 767px){#s-3614fd8d-04cb-44ce-b732-81c511856f2f {
  
}
}
#s-fad58763-5065-4c90-b614-87c71c913f43 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-fad58763-5065-4c90-b614-87c71c913f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fad58763-5065-4c90-b614-87c71c913f43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d1e3f68e-8f71-4bea-b77d-40497485b70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
  box-sizing: border-box;
}



.s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  
}


@media (min-width: 1200px){#s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d1e3f68e-8f71-4bea-b77d-40497485b70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
  box-sizing: border-box;
}



.s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d1e3f68e-8f71-4bea-b77d-40497485b70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
  box-sizing: border-box;
}



.s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d1e3f68e-8f71-4bea-b77d-40497485b70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
  box-sizing: border-box;
}



.s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  
}


}@media (max-width: 767px){#s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e3f68e-8f71-4bea-b77d-40497485b70c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-d1e3f68e-8f71-4bea-b77d-40497485b70c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e3f68e-8f71-4bea-b77d-40497485b70c.shogun-image {
  box-sizing: border-box;
}



.s-d1e3f68e-8f71-4bea-b77d-40497485b70c img.shogun-image {
  
}


}
#s-4b194c7c-53a5-40d4-ab46-9b058728cbcd {
  margin-top: 10px;
}

#s-41e4cad7-f094-4cbd-96b2-ef00133c94e8 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-fe9ab131-add0-4cd4-afe8-d7f2765078d2 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(244, 242, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fe9ab131-add0-4cd4-afe8-d7f2765078d2 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-fe9ab131-add0-4cd4-afe8-d7f2765078d2 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-fe9ab131-add0-4cd4-afe8-d7f2765078d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe9ab131-add0-4cd4-afe8-d7f2765078d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f731954-97fb-4243-8fe0-c069d5582ffb {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f731954-97fb-4243-8fe0-c069d5582ffb {
  
}
}@media (max-width: 767px){#s-8f731954-97fb-4243-8fe0-c069d5582ffb {
  
}
}
@media (min-width: 0px) {
[id="s-8f731954-97fb-4243-8fe0-c069d5582ffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f731954-97fb-4243-8fe0-c069d5582ffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f731954-97fb-4243-8fe0-c069d5582ffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f731954-97fb-4243-8fe0-c069d5582ffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8f731954-97fb-4243-8fe0-c069d5582ffb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd {
  display: none;
}
#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd, #wrap-s-c2f6463f-aa91-449c-95bc-3f64ac9909dd, #wrap-content-s-c2f6463f-aa91-449c-95bc-3f64ac9909dd { display: none !important; }}@media (max-width: 767px){#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd {
  display: none;
}
#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd, #wrap-s-c2f6463f-aa91-449c-95bc-3f64ac9909dd, #wrap-content-s-c2f6463f-aa91-449c-95bc-3f64ac9909dd { display: none !important; }}







#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2f6463f-aa91-449c-95bc-3f64ac9909dd.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-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841 {
  
}
}
@media (min-width: 0px) {
[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-f3e2d5d2-2dd3-4eec-95e9-5eb3a7d43841"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-c540597f-d2e1-4009-a8ef-c1716348443a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c540597f-d2e1-4009-a8ef-c1716348443a .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-641ec87e-9e32-4e74-a1db-40ad07a346d6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-641ec87e-9e32-4e74-a1db-40ad07a346d6 .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-bb0581de-6f5c-4093-a253-f8cc1f05f2aa {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa {
  margin-top: 10px;
display: none;
}
#s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa, #wrap-s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa, #wrap-content-s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa { display: none !important; }}@media (max-width: 767px){#s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa {
  display: none;
}
#s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa, #wrap-s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa, #wrap-content-s-bb0581de-6f5c-4093-a253-f8cc1f05f2aa { display: none !important; }}
#s-ae1458b2-d14c-40a2-8409-b2845875dc1e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-ae1458b2-d14c-40a2-8409-b2845875dc1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae1458b2-d14c-40a2-8409-b2845875dc1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb {
  margin: 0 !important;
  overflow: visible;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add background color handling */
  
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-f4906bb8-116b-44f7-aee7-62379a384feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
  box-sizing: border-box;
}



.s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  
}


@media (min-width: 1200px){#s-f4906bb8-116b-44f7-aee7-62379a384feb {
  margin: 0 !important;
  overflow: visible;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add background color handling */
  
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-f4906bb8-116b-44f7-aee7-62379a384feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
  box-sizing: border-box;
}



.s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4906bb8-116b-44f7-aee7-62379a384feb {
  margin: 0 !important;
  overflow: visible;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add background color handling */
  
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-f4906bb8-116b-44f7-aee7-62379a384feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
  box-sizing: border-box;
}



.s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4906bb8-116b-44f7-aee7-62379a384feb {
  margin: 0 !important;
  overflow: visible;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add background color handling */
  
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-f4906bb8-116b-44f7-aee7-62379a384feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
  box-sizing: border-box;
}



.s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  
}


}@media (max-width: 767px){#s-f4906bb8-116b-44f7-aee7-62379a384feb {
  margin: 0 !important;
  overflow: visible;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4906bb8-116b-44f7-aee7-62379a384feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add background color handling */
  
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-f4906bb8-116b-44f7-aee7-62379a384feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4906bb8-116b-44f7-aee7-62379a384feb.shogun-image {
  box-sizing: border-box;
}



.s-f4906bb8-116b-44f7-aee7-62379a384feb img.shogun-image {
  
}


}
#s-97c0630f-84be-4a40-9bbf-98656a5bf127 {
  margin-top: 10px;
}

#s-b81b7c86-126c-455f-bfbe-3e1aefe15da4 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5 {
  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-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5-root {
    text-align: left;
  }


#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5-root {
    text-align: left;
  }


#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5-root {
    text-align: left;
  }


#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5-root {
    text-align: left;
  }


#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5-root {
    text-align: left;
  }


#s-51dc9df0-7b3a-4471-9dd4-ddeca83b33b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-5379e3bf-da66-487e-a1a7-3e88ed242529 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5379e3bf-da66-487e-a1a7-3e88ed242529 {
  display: none;
}
#s-5379e3bf-da66-487e-a1a7-3e88ed242529, #wrap-s-5379e3bf-da66-487e-a1a7-3e88ed242529, #wrap-content-s-5379e3bf-da66-487e-a1a7-3e88ed242529 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5379e3bf-da66-487e-a1a7-3e88ed242529 {
  display: none;
}
#s-5379e3bf-da66-487e-a1a7-3e88ed242529, #wrap-s-5379e3bf-da66-487e-a1a7-3e88ed242529, #wrap-content-s-5379e3bf-da66-487e-a1a7-3e88ed242529 { display: none !important; }}@media (max-width: 767px){#s-5379e3bf-da66-487e-a1a7-3e88ed242529 {
  padding-bottom: 32px;
}
}







#s-5379e3bf-da66-487e-a1a7-3e88ed242529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5379e3bf-da66-487e-a1a7-3e88ed242529.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8 {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8 {
  
}
}
@media (min-width: 0px) {
[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a65cd280-fb4f-4f9f-b596-873c4c7ec1d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-7a4a6793-fc8f-43e0-9918-a0ca535fa746 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7a4a6793-fc8f-43e0-9918-a0ca535fa746 .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-32c1f7af-9229-45bd-864c-4679b9026ca6 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-32c1f7af-9229-45bd-864c-4679b9026ca6 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-32c1f7af-9229-45bd-864c-4679b9026ca6 {
  margin-left: -73%;
}
}
#s-32c1f7af-9229-45bd-864c-4679b9026ca6 .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-dfa6e39a-ecd1-4a05-ad80-8f2e26b4535d {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dfa6e39a-ecd1-4a05-ad80-8f2e26b4535d {
  
}
}@media (max-width: 767px){#s-dfa6e39a-ecd1-4a05-ad80-8f2e26b4535d {
  
}
}
#s-45988924-76c0-4783-9786-79d11d95ef83 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-45988924-76c0-4783-9786-79d11d95ef83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45988924-76c0-4783-9786-79d11d95ef83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  margin: 0 !important;
  overflow: visible;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add background color handling */
  
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
  box-sizing: border-box;
}



.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  
}


@media (min-width: 1200px){#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  margin: 0 !important;
  overflow: visible;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add background color handling */
  
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
  box-sizing: border-box;
}



.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  margin: 0 !important;
  overflow: visible;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add background color handling */
  
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
  box-sizing: border-box;
}



.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  margin: 0 !important;
  overflow: visible;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add background color handling */
  
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
  box-sizing: border-box;
}



.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  
}


}@media (max-width: 767px){#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  margin: 0 !important;
  overflow: visible;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18b76e75-29f6-4c1f-b903-72de8fcb8110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add background color handling */
  
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b76e75-29f6-4c1f-b903-72de8fcb8110.shogun-image {
  box-sizing: border-box;
}



.s-18b76e75-29f6-4c1f-b903-72de8fcb8110 img.shogun-image {
  
}


}
#s-49e07d35-f9a3-4e19-bd0b-715da33c0a9f {
  margin-top: 10px;
}

#s-d6c55c0e-ef1c-4d90-b024-2acdfd7191d4 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-210ca0bf-6421-4feb-9cbc-8f02c245293b {
  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-210ca0bf-6421-4feb-9cbc-8f02c245293b:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-210ca0bf-6421-4feb-9cbc-8f02c245293b: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-210ca0bf-6421-4feb-9cbc-8f02c245293b {
  margin-bottom: 0px;
}
}

  #s-210ca0bf-6421-4feb-9cbc-8f02c245293b-root {
    text-align: center;
  }


#s-210ca0bf-6421-4feb-9cbc-8f02c245293b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-210ca0bf-6421-4feb-9cbc-8f02c245293b-root {
    text-align: center;
  }


#s-210ca0bf-6421-4feb-9cbc-8f02c245293b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-210ca0bf-6421-4feb-9cbc-8f02c245293b-root {
    text-align: center;
  }


#s-210ca0bf-6421-4feb-9cbc-8f02c245293b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-210ca0bf-6421-4feb-9cbc-8f02c245293b-root {
    text-align: center;
  }


#s-210ca0bf-6421-4feb-9cbc-8f02c245293b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-210ca0bf-6421-4feb-9cbc-8f02c245293b-root {
    text-align: center;
  }


#s-210ca0bf-6421-4feb-9cbc-8f02c245293b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-18c1f036-9a19-4ba1-baa6-38e11d68d8dc {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-436a7d8e-cfab-45f2-898e-06e8204727c9 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-436a7d8e-cfab-45f2-898e-06e8204727c9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-436a7d8e-cfab-45f2-898e-06e8204727c9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-436a7d8e-cfab-45f2-898e-06e8204727c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-436a7d8e-cfab-45f2-898e-06e8204727c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2511ca6f-3080-45f5-96b2-880d9999bd25 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2511ca6f-3080-45f5-96b2-880d9999bd25 {
  
}
}@media (max-width: 767px){#s-2511ca6f-3080-45f5-96b2-880d9999bd25 {
  
}
}
@media (min-width: 0px) {
[id="s-2511ca6f-3080-45f5-96b2-880d9999bd25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2511ca6f-3080-45f5-96b2-880d9999bd25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2511ca6f-3080-45f5-96b2-880d9999bd25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2511ca6f-3080-45f5-96b2-880d9999bd25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  margin: 0 !important;
  overflow: visible;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add background color handling */
  
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
  box-sizing: border-box;
}



.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
      position: relative;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  margin: 0 !important;
  overflow: visible;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add background color handling */
  
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
  box-sizing: border-box;
}



.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
      position: relative;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  margin: 0 !important;
  overflow: visible;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add background color handling */
  
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
  box-sizing: border-box;
}



.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
      position: relative;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  margin: 0 !important;
  overflow: visible;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add background color handling */
  
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
  box-sizing: border-box;
}



.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
      position: relative;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  margin: 0 !important;
  overflow: visible;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add background color handling */
  
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image {
  box-sizing: border-box;
}



.s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container {
      position: relative;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd6d727-98b1-48cb-bd20-7c6ed6e41032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-b76451c5-3123-4e94-8013-3583fa2a002c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b76451c5-3123-4e94-8013-3583fa2a002c {
  display: none;
}
#s-b76451c5-3123-4e94-8013-3583fa2a002c, #wrap-s-b76451c5-3123-4e94-8013-3583fa2a002c, #wrap-content-s-b76451c5-3123-4e94-8013-3583fa2a002c { display: none !important; }}@media (max-width: 767px){#s-b76451c5-3123-4e94-8013-3583fa2a002c {
  display: none;
}
#s-b76451c5-3123-4e94-8013-3583fa2a002c, #wrap-s-b76451c5-3123-4e94-8013-3583fa2a002c, #wrap-content-s-b76451c5-3123-4e94-8013-3583fa2a002c { display: none !important; }}







#s-b76451c5-3123-4e94-8013-3583fa2a002c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b76451c5-3123-4e94-8013-3583fa2a002c.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-f6010252-da11-4bf4-b3df-2237154a40ec {
  
}
}
@media (min-width: 0px) {
[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-f6010252-da11-4bf4-b3df-2237154a40ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-c69e3380-a602-4af3-84dd-c0bc7d8c2662 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c69e3380-a602-4af3-84dd-c0bc7d8c2662 .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-602666bf-a48d-4d2f-ab30-6a84afb499ac {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-602666bf-a48d-4d2f-ab30-6a84afb499ac .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-6237607e-aaa6-430c-a477-87f6c83a34aa {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6237607e-aaa6-430c-a477-87f6c83a34aa {
  margin-top: 10px;
display: none;
}
#s-6237607e-aaa6-430c-a477-87f6c83a34aa, #wrap-s-6237607e-aaa6-430c-a477-87f6c83a34aa, #wrap-content-s-6237607e-aaa6-430c-a477-87f6c83a34aa { display: none !important; }}@media (max-width: 767px){#s-6237607e-aaa6-430c-a477-87f6c83a34aa {
  display: none;
}
#s-6237607e-aaa6-430c-a477-87f6c83a34aa, #wrap-s-6237607e-aaa6-430c-a477-87f6c83a34aa, #wrap-content-s-6237607e-aaa6-430c-a477-87f6c83a34aa { display: none !important; }}
#s-97a879a3-8c79-4d2d-ae24-a18cc9e91837 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-97a879a3-8c79-4d2d-ae24-a18cc9e91837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97a879a3-8c79-4d2d-ae24-a18cc9e91837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  margin: 0 !important;
  overflow: visible;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add background color handling */
  
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-42cfff9c-556b-4832-ad0a-248007c6b61f .shogun-image-content {
  
    justify-content: center;
  
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
  box-sizing: border-box;
}



.s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  
}


@media (min-width: 1200px){#s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  margin: 0 !important;
  overflow: visible;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add background color handling */
  
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-42cfff9c-556b-4832-ad0a-248007c6b61f .shogun-image-content {
  
    justify-content: center;
  
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
  box-sizing: border-box;
}



.s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  margin: 0 !important;
  overflow: visible;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add background color handling */
  
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-42cfff9c-556b-4832-ad0a-248007c6b61f .shogun-image-content {
  
    justify-content: center;
  
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
  box-sizing: border-box;
}



.s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  margin: 0 !important;
  overflow: visible;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add background color handling */
  
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-42cfff9c-556b-4832-ad0a-248007c6b61f .shogun-image-content {
  
    justify-content: center;
  
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
  box-sizing: border-box;
}



.s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  
}


}@media (max-width: 767px){#s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  margin: 0 !important;
  overflow: visible;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42cfff9c-556b-4832-ad0a-248007c6b61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add background color handling */
  
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-42cfff9c-556b-4832-ad0a-248007c6b61f .shogun-image-content {
  
    justify-content: center;
  
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42cfff9c-556b-4832-ad0a-248007c6b61f.shogun-image {
  box-sizing: border-box;
}



.s-42cfff9c-556b-4832-ad0a-248007c6b61f img.shogun-image {
  
}


}
#s-d415c915-c7bf-4533-b9f3-62c364b5991e {
  margin-top: 10px;
}

#s-a80450ae-1041-4f47-b03d-1b04e6815d5e {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-41201d44-429d-41ea-96bf-ebeb4355bf25 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-41201d44-429d-41ea-96bf-ebeb4355bf25 {
  display: none;
}
#s-41201d44-429d-41ea-96bf-ebeb4355bf25, #wrap-s-41201d44-429d-41ea-96bf-ebeb4355bf25, #wrap-content-s-41201d44-429d-41ea-96bf-ebeb4355bf25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41201d44-429d-41ea-96bf-ebeb4355bf25 {
  display: none;
}
#s-41201d44-429d-41ea-96bf-ebeb4355bf25, #wrap-s-41201d44-429d-41ea-96bf-ebeb4355bf25, #wrap-content-s-41201d44-429d-41ea-96bf-ebeb4355bf25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41201d44-429d-41ea-96bf-ebeb4355bf25 {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-41201d44-429d-41ea-96bf-ebeb4355bf25 {
  padding-bottom: 32px;
}
}







#s-41201d44-429d-41ea-96bf-ebeb4355bf25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41201d44-429d-41ea-96bf-ebeb4355bf25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d57177a9-7911-476e-b6e7-924cb6c22bde {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d57177a9-7911-476e-b6e7-924cb6c22bde {
  
}
}
@media (min-width: 0px) {
[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d57177a9-7911-476e-b6e7-924cb6c22bde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-c60cacea-906c-460d-b141-9a9e93d5bc34 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c60cacea-906c-460d-b141-9a9e93d5bc34 .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-c88c64e9-176f-47b2-a279-c307c74e5cc8 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c88c64e9-176f-47b2-a279-c307c74e5cc8 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-c88c64e9-176f-47b2-a279-c307c74e5cc8 {
  margin-left: -73%;
}
}
#s-c88c64e9-176f-47b2-a279-c307c74e5cc8 .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-b7c70bc3-1c71-4e1b-9c05-0e01c9ffe67c {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7c70bc3-1c71-4e1b-9c05-0e01c9ffe67c {
  
}
}@media (max-width: 767px){#s-b7c70bc3-1c71-4e1b-9c05-0e01c9ffe67c {
  
}
}
#s-7d18fe6f-8d92-42d2-b2b5-fc807c6cfd63 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(198, 203, 200, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(251, 249, 246, 1);
}








#s-7d18fe6f-8d92-42d2-b2b5-fc807c6cfd63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d18fe6f-8d92-42d2-b2b5-fc807c6cfd63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  margin-top: 0px;
max-width: 130px;
text-align: left;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
  box-sizing: border-box;
}



.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
  box-sizing: border-box;
}



.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
  box-sizing: border-box;
}



.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
  box-sizing: border-box;
}



.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4f9d757-2739-45d5-8cc6-e32f585c1910 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f9d757-2739-45d5-8cc6-e32f585c1910.shogun-image {
  box-sizing: border-box;
}



.s-c4f9d757-2739-45d5-8cc6-e32f585c1910 img.shogun-image {
  
}


}
#s-b5cf79fb-eeae-4645-9fb0-f00d227da388 {
  margin-top: 10px;
}

#s-a47c772a-00ce-44a8-a61a-9024f8b4b4ba {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-74711316-3ac9-4371-9347-29ded7c069fd {
  margin-right: 0%;
padding-top: 50px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 242, 238, 1);
}
@media (max-width: 767px){#s-74711316-3ac9-4371-9347-29ded7c069fd {
  padding-top: 32px;
padding-bottom: 0px;
}
}







#s-74711316-3ac9-4371-9347-29ded7c069fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74711316-3ac9-4371-9347-29ded7c069fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7406ff0-2c64-44c4-af87-2f15f5418e32 {
  margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b7406ff0-2c64-44c4-af87-2f15f5418e32 .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.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b7406ff0-2c64-44c4-af87-2f15f5418e32 .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.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


}@media (max-width: 767px){#s-b7406ff0-2c64-44c4-af87-2f15f5418e32 .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.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
.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-fae8cc2b-aaa8-445f-bf7b-9b327d79149c {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c {
  display: none;
}
#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c, #wrap-s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c, #wrap-content-s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c { display: none !important; }}@media (max-width: 767px){#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c {
  display: none;
}
#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c, #wrap-s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c, #wrap-content-s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c { display: none !important; }}
#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c td.shogun-table-column {
  background-color: rgba(244, 242, 238, 1);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c td.shogun-table-row {
  background-color: rgba(244, 242, 238, 1);
  padding: 5px;
}

#s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c td.shogun-table-column, #s-fae8cc2b-aaa8-445f-bf7b-9b327d79149c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
  box-sizing: border-box;
}



.s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece333a7-6544-4e15-9397-23db2dfdd025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
      position: relative;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
  box-sizing: border-box;
}



.s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece333a7-6544-4e15-9397-23db2dfdd025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
      position: relative;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
  box-sizing: border-box;
}



.s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece333a7-6544-4e15-9397-23db2dfdd025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
      position: relative;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
  box-sizing: border-box;
}



.s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece333a7-6544-4e15-9397-23db2dfdd025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
      position: relative;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece333a7-6544-4e15-9397-23db2dfdd025 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece333a7-6544-4e15-9397-23db2dfdd025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ece333a7-6544-4e15-9397-23db2dfdd025 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image {
  box-sizing: border-box;
}



.s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece333a7-6544-4e15-9397-23db2dfdd025 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container {
      position: relative;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece333a7-6544-4e15-9397-23db2dfdd025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-294132a8-89a6-4c6e-a243-380b50d0295e {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e {
  margin: 0 !important;
  overflow: visible;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add background color handling */
  
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-content {
  
    justify-content: center;
  
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
  box-sizing: border-box;
}



.s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-294132a8-89a6-4c6e-a243-380b50d0295e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
      position: relative;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-294132a8-89a6-4c6e-a243-380b50d0295e {
  margin: 0 !important;
  overflow: visible;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add background color handling */
  
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-content {
  
    justify-content: center;
  
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
  box-sizing: border-box;
}



.s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-294132a8-89a6-4c6e-a243-380b50d0295e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
      position: relative;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-294132a8-89a6-4c6e-a243-380b50d0295e {
  margin: 0 !important;
  overflow: visible;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add background color handling */
  
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-content {
  
    justify-content: center;
  
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
  box-sizing: border-box;
}



.s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-294132a8-89a6-4c6e-a243-380b50d0295e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
      position: relative;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-294132a8-89a6-4c6e-a243-380b50d0295e {
  margin: 0 !important;
  overflow: visible;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add background color handling */
  
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-content {
  
    justify-content: center;
  
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
  box-sizing: border-box;
}



.s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-294132a8-89a6-4c6e-a243-380b50d0295e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
      position: relative;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-294132a8-89a6-4c6e-a243-380b50d0295e {
  margin: 0 !important;
  overflow: visible;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-294132a8-89a6-4c6e-a243-380b50d0295e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add background color handling */
  
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-294132a8-89a6-4c6e-a243-380b50d0295e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-294132a8-89a6-4c6e-a243-380b50d0295e .shogun-image-content {
  
    justify-content: center;
  
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image {
  box-sizing: border-box;
}



.s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-294132a8-89a6-4c6e-a243-380b50d0295e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container {
      position: relative;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-294132a8-89a6-4c6e-a243-380b50d0295e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
  box-sizing: border-box;
}



.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
      position: relative;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
  box-sizing: border-box;
}



.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
      position: relative;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
  box-sizing: border-box;
}



.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
      position: relative;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
  box-sizing: border-box;
}



.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
      position: relative;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image {
  box-sizing: border-box;
}



.s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container {
      position: relative;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5cfdc1e-9a8f-49f0-81d4-532d5a0930f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-1874f66c-dafe-4af1-8f51-976e10870697 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 {
  margin: 0 !important;
  overflow: visible;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add background color handling */
  
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
  box-sizing: border-box;
}



.s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1874f66c-dafe-4af1-8f51-976e10870697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
      position: relative;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-1874f66c-dafe-4af1-8f51-976e10870697 {
  margin: 0 !important;
  overflow: visible;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add background color handling */
  
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
  box-sizing: border-box;
}



.s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1874f66c-dafe-4af1-8f51-976e10870697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
      position: relative;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1874f66c-dafe-4af1-8f51-976e10870697 {
  margin: 0 !important;
  overflow: visible;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add background color handling */
  
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
  box-sizing: border-box;
}



.s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1874f66c-dafe-4af1-8f51-976e10870697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
      position: relative;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1874f66c-dafe-4af1-8f51-976e10870697 {
  margin: 0 !important;
  overflow: visible;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add background color handling */
  
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
  box-sizing: border-box;
}



.s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1874f66c-dafe-4af1-8f51-976e10870697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
      position: relative;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-1874f66c-dafe-4af1-8f51-976e10870697 {
  margin: 0 !important;
  overflow: visible;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1874f66c-dafe-4af1-8f51-976e10870697 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add background color handling */
  
}

#s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1874f66c-dafe-4af1-8f51-976e10870697 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-1874f66c-dafe-4af1-8f51-976e10870697 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image {
  box-sizing: border-box;
}



.s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1874f66c-dafe-4af1-8f51-976e10870697 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container {
      position: relative;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1874f66c-dafe-4af1-8f51-976e10870697 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  margin: 0 !important;
  overflow: visible;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add background color handling */
  
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
  box-sizing: border-box;
}



.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
      position: relative;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  margin: 0 !important;
  overflow: visible;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add background color handling */
  
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
  box-sizing: border-box;
}



.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
      position: relative;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  margin: 0 !important;
  overflow: visible;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add background color handling */
  
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
  box-sizing: border-box;
}



.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
      position: relative;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  margin: 0 !important;
  overflow: visible;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add background color handling */
  
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
  box-sizing: border-box;
}



.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
      position: relative;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  margin: 0 !important;
  overflow: visible;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add background color handling */
  
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image {
  box-sizing: border-box;
}



.s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container {
      position: relative;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b83d6b8a-df77-4adb-9e78-1e9932d0b183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  margin: 0 !important;
  overflow: visible;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add background color handling */
  
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
  box-sizing: border-box;
}



.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
      position: relative;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  margin: 0 !important;
  overflow: visible;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add background color handling */
  
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
  box-sizing: border-box;
}



.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
      position: relative;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  margin: 0 !important;
  overflow: visible;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add background color handling */
  
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
  box-sizing: border-box;
}



.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
      position: relative;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  margin: 0 !important;
  overflow: visible;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add background color handling */
  
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
  box-sizing: border-box;
}



.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
      position: relative;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  margin: 0 !important;
  overflow: visible;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add background color handling */
  
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc .shogun-image-content {
  
    justify-content: center;
  
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image {
  box-sizing: border-box;
}



.s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container {
      position: relative;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c0d5c1-d8b4-41fc-803b-a0d0f7267afc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
  box-sizing: border-box;
}



.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
      position: relative;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
  box-sizing: border-box;
}



.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
      position: relative;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
  box-sizing: border-box;
}



.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
      position: relative;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
  box-sizing: border-box;
}



.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
      position: relative;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image {
  box-sizing: border-box;
}



.s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container {
      position: relative;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1ef5dac-f152-4029-9dac-e3b6cc0469e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
  box-sizing: border-box;
}



.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
      position: relative;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
  box-sizing: border-box;
}



.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
      position: relative;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
  box-sizing: border-box;
}



.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
      position: relative;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
  box-sizing: border-box;
}



.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
      position: relative;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  margin: 0 !important;
  overflow: visible;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add background color handling */
  
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image {
  box-sizing: border-box;
}



.s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container {
      position: relative;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ac20b8b-d6c0-4008-b16f-1ca834735474 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
  box-sizing: border-box;
}



.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
      position: relative;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
  box-sizing: border-box;
}



.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
      position: relative;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
  box-sizing: border-box;
}



.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
      position: relative;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
  box-sizing: border-box;
}



.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
      position: relative;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image {
  box-sizing: border-box;
}



.s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container {
      position: relative;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1e10410-66e7-4fd9-9742-bf79cb8f1e30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
  box-sizing: border-box;
}



.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
      position: relative;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
  box-sizing: border-box;
}



.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
      position: relative;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
  box-sizing: border-box;
}



.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
      position: relative;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
  box-sizing: border-box;
}



.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
      position: relative;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  margin: 0 !important;
  overflow: visible;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add background color handling */
  
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image {
  box-sizing: border-box;
}



.s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container {
      position: relative;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e5e28e3-885d-4356-abd6-fe3fdde21aba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-e864942d-ec5c-470a-a396-e69945ead341 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e864942d-ec5c-470a-a396-e69945ead341 {
  display: none;
}
#s-e864942d-ec5c-470a-a396-e69945ead341, #wrap-s-e864942d-ec5c-470a-a396-e69945ead341, #wrap-content-s-e864942d-ec5c-470a-a396-e69945ead341 { display: none !important; }}@media (max-width: 767px){#s-e864942d-ec5c-470a-a396-e69945ead341 {
  display: none;
}
#s-e864942d-ec5c-470a-a396-e69945ead341, #wrap-s-e864942d-ec5c-470a-a396-e69945ead341, #wrap-content-s-e864942d-ec5c-470a-a396-e69945ead341 { display: none !important; }}
#s-e864942d-ec5c-470a-a396-e69945ead341 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-e864942d-ec5c-470a-a396-e69945ead341 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e864942d-ec5c-470a-a396-e69945ead341 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-e864942d-ec5c-470a-a396-e69945ead341 td.shogun-table-row {
  background-color: rgba(244, 242, 238, 1);
  padding: 5px;
}

#s-e864942d-ec5c-470a-a396-e69945ead341 td.shogun-table-column, #s-e864942d-ec5c-470a-a396-e69945ead341 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
  box-sizing: border-box;
}



.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
      position: relative;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
  box-sizing: border-box;
}



.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
      position: relative;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
  box-sizing: border-box;
}



.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
      position: relative;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
  box-sizing: border-box;
}



.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
      position: relative;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image {
  box-sizing: border-box;
}



.s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container {
      position: relative;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71120d2-5fc3-4dff-bea5-199f3d62bf87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  max-width: 2340px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
  box-sizing: border-box;
}



.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
      position: relative;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

@media (min-width: 1200px){#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
  box-sizing: border-box;
}



.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
      position: relative;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
  box-sizing: border-box;
}



.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
      position: relative;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
  box-sizing: border-box;
}



.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
      position: relative;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}@media (max-width: 767px){#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image {
  box-sizing: border-box;
}



.s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container {
      position: relative;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6f814d8-75c2-460a-b43a-049c7b07cef4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}
#s-2321acdd-5b11-4669-8d08-64f18285d583 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 {
  margin: 0 !important;
  overflow: visible;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add background color handling */
  
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
  box-sizing: border-box;
}



.s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2321acdd-5b11-4669-8d08-64f18285d583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
      position: relative;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-2321acdd-5b11-4669-8d08-64f18285d583 {
  margin: 0 !important;
  overflow: visible;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add background color handling */
  
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
  box-sizing: border-box;
}



.s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2321acdd-5b11-4669-8d08-64f18285d583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
      position: relative;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2321acdd-5b11-4669-8d08-64f18285d583 {
  margin: 0 !important;
  overflow: visible;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add background color handling */
  
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
  box-sizing: border-box;
}



.s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2321acdd-5b11-4669-8d08-64f18285d583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
      position: relative;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2321acdd-5b11-4669-8d08-64f18285d583 {
  margin: 0 !important;
  overflow: visible;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add background color handling */
  
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
  box-sizing: border-box;
}



.s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2321acdd-5b11-4669-8d08-64f18285d583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
      position: relative;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-2321acdd-5b11-4669-8d08-64f18285d583 {
  margin: 0 !important;
  overflow: visible;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2321acdd-5b11-4669-8d08-64f18285d583 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add background color handling */
  
}

#s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2321acdd-5b11-4669-8d08-64f18285d583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-2321acdd-5b11-4669-8d08-64f18285d583 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image {
  box-sizing: border-box;
}



.s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2321acdd-5b11-4669-8d08-64f18285d583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container {
      position: relative;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2321acdd-5b11-4669-8d08-64f18285d583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-9ad07965-558d-492d-80bf-1b12982a3440 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
  box-sizing: border-box;
}



.s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ad07965-558d-492d-80bf-1b12982a3440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
      position: relative;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-9ad07965-558d-492d-80bf-1b12982a3440 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
  box-sizing: border-box;
}



.s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ad07965-558d-492d-80bf-1b12982a3440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
      position: relative;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9ad07965-558d-492d-80bf-1b12982a3440 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
  box-sizing: border-box;
}



.s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ad07965-558d-492d-80bf-1b12982a3440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
      position: relative;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9ad07965-558d-492d-80bf-1b12982a3440 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
  box-sizing: border-box;
}



.s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ad07965-558d-492d-80bf-1b12982a3440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
      position: relative;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-9ad07965-558d-492d-80bf-1b12982a3440 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ad07965-558d-492d-80bf-1b12982a3440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ad07965-558d-492d-80bf-1b12982a3440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-9ad07965-558d-492d-80bf-1b12982a3440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image {
  box-sizing: border-box;
}



.s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ad07965-558d-492d-80bf-1b12982a3440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container {
      position: relative;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ad07965-558d-492d-80bf-1b12982a3440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  margin: 0 !important;
  overflow: visible;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add background color handling */
  
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
  box-sizing: border-box;
}



.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
      position: relative;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  margin: 0 !important;
  overflow: visible;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add background color handling */
  
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
  box-sizing: border-box;
}



.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
      position: relative;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  margin: 0 !important;
  overflow: visible;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add background color handling */
  
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
  box-sizing: border-box;
}



.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
      position: relative;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  margin: 0 !important;
  overflow: visible;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add background color handling */
  
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
  box-sizing: border-box;
}



.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
      position: relative;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  margin: 0 !important;
  overflow: visible;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add background color handling */
  
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image {
  box-sizing: border-box;
}



.s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container {
      position: relative;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23d6a8cb-9277-4f72-b14d-d278dae6d4cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
  box-sizing: border-box;
}



.s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
      position: relative;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
  box-sizing: border-box;
}



.s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
      position: relative;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
  box-sizing: border-box;
}



.s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
      position: relative;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
  box-sizing: border-box;
}



.s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
      position: relative;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  margin: 0 !important;
  overflow: visible;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add background color handling */
  
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-6902d599-fd80-4cb4-baa7-f3abebefce5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image {
  box-sizing: border-box;
}



.s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container {
      position: relative;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6902d599-fd80-4cb4-baa7-f3abebefce5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  margin: 0 !important;
  overflow: visible;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add background color handling */
  
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
  box-sizing: border-box;
}



.s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37b7d06b-734c-4e18-b856-eddb46a38068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
      position: relative;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  margin: 0 !important;
  overflow: visible;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add background color handling */
  
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
  box-sizing: border-box;
}



.s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37b7d06b-734c-4e18-b856-eddb46a38068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
      position: relative;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  margin: 0 !important;
  overflow: visible;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add background color handling */
  
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
  box-sizing: border-box;
}



.s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37b7d06b-734c-4e18-b856-eddb46a38068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
      position: relative;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  margin: 0 !important;
  overflow: visible;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add background color handling */
  
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
  box-sizing: border-box;
}



.s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37b7d06b-734c-4e18-b856-eddb46a38068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
      position: relative;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  margin: 0 !important;
  overflow: visible;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37b7d06b-734c-4e18-b856-eddb46a38068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add background color handling */
  
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37b7d06b-734c-4e18-b856-eddb46a38068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-37b7d06b-734c-4e18-b856-eddb46a38068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image {
  box-sizing: border-box;
}



.s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-37b7d06b-734c-4e18-b856-eddb46a38068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container {
      position: relative;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37b7d06b-734c-4e18-b856-eddb46a38068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
  box-sizing: border-box;
}



.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
      position: relative;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
  box-sizing: border-box;
}



.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
      position: relative;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
  box-sizing: border-box;
}



.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
      position: relative;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
  box-sizing: border-box;
}



.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
      position: relative;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image {
  box-sizing: border-box;
}



.s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container {
      position: relative;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf8c774d-6cb6-4f8a-94d2-acbf7d2e8205 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
  box-sizing: border-box;
}



.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
      position: relative;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
  box-sizing: border-box;
}



.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
      position: relative;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
  box-sizing: border-box;
}



.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
      position: relative;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
  box-sizing: border-box;
}



.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
      position: relative;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image {
  box-sizing: border-box;
}



.s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container {
      position: relative;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd2eb148-06a2-47b3-8f61-0469d3f0bb75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
  box-sizing: border-box;
}



.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
      position: relative;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
  box-sizing: border-box;
}



.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
      position: relative;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
  box-sizing: border-box;
}



.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
      position: relative;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
  box-sizing: border-box;
}



.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
      position: relative;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image {
  box-sizing: border-box;
}



.s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container {
      position: relative;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d22faf5-0ef8-430c-ab45-4f794452f1b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-5664ab62-7dd3-4105-b879-999bb596f9cc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5664ab62-7dd3-4105-b879-999bb596f9cc {
  display: none;
}
#s-5664ab62-7dd3-4105-b879-999bb596f9cc, #wrap-s-5664ab62-7dd3-4105-b879-999bb596f9cc, #wrap-content-s-5664ab62-7dd3-4105-b879-999bb596f9cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5664ab62-7dd3-4105-b879-999bb596f9cc {
  display: none;
}
#s-5664ab62-7dd3-4105-b879-999bb596f9cc, #wrap-s-5664ab62-7dd3-4105-b879-999bb596f9cc, #wrap-content-s-5664ab62-7dd3-4105-b879-999bb596f9cc { display: none !important; }}







#s-5664ab62-7dd3-4105-b879-999bb596f9cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5664ab62-7dd3-4105-b879-999bb596f9cc.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-6741bbdf-7c5b-4d97-a275-ca58e52a0655"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-6741bbdf-7c5b-4d97-a275-ca58e52a0655"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6741bbdf-7c5b-4d97-a275-ca58e52a0655"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6741bbdf-7c5b-4d97-a275-ca58e52a0655"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  margin: 0 !important;
  overflow: visible;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add background color handling */
  
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
  box-sizing: border-box;
}



.s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
      position: relative;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  margin: 0 !important;
  overflow: visible;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add background color handling */
  
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
  box-sizing: border-box;
}



.s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
      position: relative;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  margin: 0 !important;
  overflow: visible;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add background color handling */
  
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
  box-sizing: border-box;
}



.s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
      position: relative;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  margin: 0 !important;
  overflow: visible;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add background color handling */
  
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
  box-sizing: border-box;
}



.s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
      position: relative;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  margin: 0 !important;
  overflow: visible;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add background color handling */
  
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a3b07ddf-ce93-44f7-a25b-582c730af14a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image {
  box-sizing: border-box;
}



.s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container {
      position: relative;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3b07ddf-ce93-44f7-a25b-582c730af14a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
  box-sizing: border-box;
}



.s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
      position: relative;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
  box-sizing: border-box;
}



.s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
      position: relative;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
  box-sizing: border-box;
}



.s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
      position: relative;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
  box-sizing: border-box;
}



.s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
      position: relative;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-cc42072a-636b-49c2-9c56-f2afae9fc192 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image {
  box-sizing: border-box;
}



.s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container {
      position: relative;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc42072a-636b-49c2-9c56-f2afae9fc192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-5a8da309-b2c7-4b82-a19d-27233920801e {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e {
  margin: 0 !important;
  overflow: visible;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add background color handling */
  
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
  box-sizing: border-box;
}



.s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a8da309-b2c7-4b82-a19d-27233920801e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
      position: relative;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-5a8da309-b2c7-4b82-a19d-27233920801e {
  margin: 0 !important;
  overflow: visible;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add background color handling */
  
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
  box-sizing: border-box;
}



.s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a8da309-b2c7-4b82-a19d-27233920801e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
      position: relative;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a8da309-b2c7-4b82-a19d-27233920801e {
  margin: 0 !important;
  overflow: visible;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add background color handling */
  
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
  box-sizing: border-box;
}



.s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a8da309-b2c7-4b82-a19d-27233920801e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
      position: relative;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a8da309-b2c7-4b82-a19d-27233920801e {
  margin: 0 !important;
  overflow: visible;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add background color handling */
  
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
  box-sizing: border-box;
}



.s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a8da309-b2c7-4b82-a19d-27233920801e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
      position: relative;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-5a8da309-b2c7-4b82-a19d-27233920801e {
  margin: 0 !important;
  overflow: visible;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a8da309-b2c7-4b82-a19d-27233920801e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add background color handling */
  
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8da309-b2c7-4b82-a19d-27233920801e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5a8da309-b2c7-4b82-a19d-27233920801e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image {
  box-sizing: border-box;
}



.s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a8da309-b2c7-4b82-a19d-27233920801e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container {
      position: relative;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8da309-b2c7-4b82-a19d-27233920801e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-2f61c943-7223-41ae-811c-f75b947bd2ef {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-2f61c943-7223-41ae-811c-f75b947bd2ef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-2f61c943-7223-41ae-811c-f75b947bd2ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2f61c943-7223-41ae-811c-f75b947bd2ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2f61c943-7223-41ae-811c-f75b947bd2ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  max-width: 978px;
aspect-ratio: 1/1;
text-align: center;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 978px;
  }



  img.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
    
    
    
    max-height: 978px;
  }


.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
  box-sizing: border-box;
}



.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
      position: relative;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 978px;
    }
  }

@media (min-width: 1200px){#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 978px;
  }



  img.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
    
    
    
    max-height: 978px;
  }


.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
  box-sizing: border-box;
}



.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
      position: relative;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 978px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 978px;
  }



  img.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
    
    
    
    max-height: 978px;
  }


.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
  box-sizing: border-box;
}



.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
      position: relative;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 978px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 978px;
  }



  img.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
    
    
    
    max-height: 978px;
  }


.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
  box-sizing: border-box;
}



.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
      position: relative;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 978px;
    }
  }

}@media (max-width: 767px){#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 978px;
  }



  img.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
    
    
    
    max-height: 978px;
  }


.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image {
  box-sizing: border-box;
}



.s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container {
      position: relative;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93ccad17-e48e-4f5a-ae8f-3633b8435f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 978px;
    }
  }

}
#s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  margin: 0 !important;
  overflow: visible;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add background color handling */
  
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-content {
  
    justify-content: center;
  
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
  box-sizing: border-box;
}



.s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
      position: relative;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  margin: 0 !important;
  overflow: visible;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add background color handling */
  
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-content {
  
    justify-content: center;
  
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
  box-sizing: border-box;
}



.s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
      position: relative;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  margin: 0 !important;
  overflow: visible;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add background color handling */
  
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-content {
  
    justify-content: center;
  
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
  box-sizing: border-box;
}



.s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
      position: relative;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  margin: 0 !important;
  overflow: visible;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add background color handling */
  
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-content {
  
    justify-content: center;
  
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
  box-sizing: border-box;
}



.s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
      position: relative;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  margin: 0 !important;
  overflow: visible;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add background color handling */
  
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-859dff05-04b8-4ca2-b9ba-478098fbf248 .shogun-image-content {
  
    justify-content: center;
  
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image {
  box-sizing: border-box;
}



.s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container {
      position: relative;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-859dff05-04b8-4ca2-b9ba-478098fbf248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
  box-sizing: border-box;
}



.s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
      position: relative;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
  box-sizing: border-box;
}



.s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
      position: relative;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
  box-sizing: border-box;
}



.s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
      position: relative;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
  box-sizing: border-box;
}



.s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
      position: relative;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-66628d6a-67de-4972-ae3d-f8024af47dc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image {
  box-sizing: border-box;
}



.s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container {
      position: relative;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66628d6a-67de-4972-ae3d-f8024af47dc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-a20432b9-e466-479f-999f-0f30632da84b {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-a20432b9-e466-479f-999f-0f30632da84b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-a20432b9-e466-479f-999f-0f30632da84b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a20432b9-e466-479f-999f-0f30632da84b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a20432b9-e466-479f-999f-0f30632da84b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
  box-sizing: border-box;
}



.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
      position: relative;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
  box-sizing: border-box;
}



.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
      position: relative;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
  box-sizing: border-box;
}



.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
      position: relative;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
  box-sizing: border-box;
}



.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
      position: relative;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  margin: 0 !important;
  overflow: visible;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add background color handling */
  
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image {
  box-sizing: border-box;
}



.s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container {
      position: relative;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b7f4d1-3e8a-4581-bd9c-89b2832c11ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  max-width: 2340px;
aspect-ratio: 1/1;
text-align: center;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  margin: 0 !important;
  overflow: visible;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add background color handling */
  
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
  box-sizing: border-box;
}



.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
      position: relative;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

@media (min-width: 1200px){#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  margin: 0 !important;
  overflow: visible;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add background color handling */
  
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
  box-sizing: border-box;
}



.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
      position: relative;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  margin: 0 !important;
  overflow: visible;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add background color handling */
  
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
  box-sizing: border-box;
}



.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
      position: relative;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  margin: 0 !important;
  overflow: visible;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add background color handling */
  
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
  box-sizing: border-box;
}



.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
      position: relative;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}@media (max-width: 767px){#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  margin: 0 !important;
  overflow: visible;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add background color handling */
  
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2340px;
  }



  img.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
    
    
    
    max-height: 2340px;
  }


.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image {
  box-sizing: border-box;
}



.s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container {
      position: relative;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31a7e0e1-0166-44f1-bb7b-45f1820f3749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2340px;
    }
  }

}
#s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  margin: 0 !important;
  overflow: visible;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add background color handling */
  
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
  box-sizing: border-box;
}



.s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
      position: relative;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  margin: 0 !important;
  overflow: visible;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add background color handling */
  
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
  box-sizing: border-box;
}



.s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
      position: relative;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  margin: 0 !important;
  overflow: visible;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add background color handling */
  
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
  box-sizing: border-box;
}



.s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
      position: relative;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  margin: 0 !important;
  overflow: visible;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add background color handling */
  
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
  box-sizing: border-box;
}



.s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
      position: relative;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  margin: 0 !important;
  overflow: visible;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add background color handling */
  
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-e48631f4-35ad-4297-8e99-22b53c8c2970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image {
  box-sizing: border-box;
}



.s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container {
      position: relative;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e48631f4-35ad-4297-8e99-22b53c8c2970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-99ea2ad2-ef5e-4cbd-8db5-237550417da0 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(205, 228, 224, 1);
}
@media (max-width: 767px){#s-99ea2ad2-ef5e-4cbd-8db5-237550417da0 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-99ea2ad2-ef5e-4cbd-8db5-237550417da0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99ea2ad2-ef5e-4cbd-8db5-237550417da0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-543a257b-851e-4ccf-afd6-7251da328500 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-543a257b-851e-4ccf-afd6-7251da328500 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-543a257b-851e-4ccf-afd6-7251da328500"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-70b3833a-41ef-48bc-8917-7229d4661233 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-70b3833a-41ef-48bc-8917-7229d4661233 {
  margin-top: 0px;
display: none;
}
#s-70b3833a-41ef-48bc-8917-7229d4661233, #wrap-s-70b3833a-41ef-48bc-8917-7229d4661233, #wrap-content-s-70b3833a-41ef-48bc-8917-7229d4661233 { display: none !important; }}
#s-70b3833a-41ef-48bc-8917-7229d4661233 .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-70b3833a-41ef-48bc-8917-7229d4661233 .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-87101785-f4e7-4572-91de-09a89b6c0410 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-87101785-f4e7-4572-91de-09a89b6c0410 {
  display: none;
}
#s-87101785-f4e7-4572-91de-09a89b6c0410, #wrap-s-87101785-f4e7-4572-91de-09a89b6c0410, #wrap-content-s-87101785-f4e7-4572-91de-09a89b6c0410 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87101785-f4e7-4572-91de-09a89b6c0410 {
  display: none;
}
#s-87101785-f4e7-4572-91de-09a89b6c0410, #wrap-s-87101785-f4e7-4572-91de-09a89b6c0410, #wrap-content-s-87101785-f4e7-4572-91de-09a89b6c0410 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87101785-f4e7-4572-91de-09a89b6c0410 {
  display: none;
}
#s-87101785-f4e7-4572-91de-09a89b6c0410, #wrap-s-87101785-f4e7-4572-91de-09a89b6c0410, #wrap-content-s-87101785-f4e7-4572-91de-09a89b6c0410 { display: none !important; }}@media (max-width: 767px){#s-87101785-f4e7-4572-91de-09a89b6c0410 {
  margin-top: 0px;
}
}
#s-87101785-f4e7-4572-91de-09a89b6c0410 .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-87101785-f4e7-4572-91de-09a89b6c0410 .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-ec4613dd-25c2-4127-9277-b87e550d4443 {
  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-ec4613dd-25c2-4127-9277-b87e550d4443:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec4613dd-25c2-4127-9277-b87e550d4443: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-ec4613dd-25c2-4127-9277-b87e550d4443 {
  margin-top: 10px;
margin-bottom: 10px;
}
}

  #s-ec4613dd-25c2-4127-9277-b87e550d4443-root {
    text-align: center;
  }


#s-ec4613dd-25c2-4127-9277-b87e550d4443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec4613dd-25c2-4127-9277-b87e550d4443-root {
    text-align: center;
  }


#s-ec4613dd-25c2-4127-9277-b87e550d4443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec4613dd-25c2-4127-9277-b87e550d4443-root {
    text-align: center;
  }


#s-ec4613dd-25c2-4127-9277-b87e550d4443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec4613dd-25c2-4127-9277-b87e550d4443-root {
    text-align: center;
  }


#s-ec4613dd-25c2-4127-9277-b87e550d4443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec4613dd-25c2-4127-9277-b87e550d4443-root {
    text-align: center;
  }


#s-ec4613dd-25c2-4127-9277-b87e550d4443.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;
}
