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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 80px;
padding-bottom: 100px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9 {
  display: none;
}
#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9, #wrap-s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9, #wrap-content-s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9 { display: none !important; }}@media (max-width: 767px){#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9 {
  padding-top: 20px;
padding-left: 8%;
padding-bottom: 48px;
padding-right: 8%;
display: none;
}
#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9, #wrap-s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9, #wrap-content-s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9 { display: none !important; }}







#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-867d0a20-f739-4b2d-b2e5-80dba1d7eaa9.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 1440px;
background-color: rgba(235, 242, 240, 0);
}

@media (min-width: 0px) {
[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-93cfa836-13e7-40cf-ba0b-f2ba460d9f44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

}

#s-289bdc80-5f93-419c-a3ae-411d5dd29a10 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 550px;
}

#s-289bdc80-5f93-419c-a3ae-411d5dd29a10 {
  background-image: url();
}








#s-289bdc80-5f93-419c-a3ae-411d5dd29a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-289bdc80-5f93-419c-a3ae-411d5dd29a10.shg-box.shg-c {
  justify-content: flex-start;
}

.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: rgba(15, 15, 15, 1);
  font-family: "PP Neue Montreal";
  text-transform: none;
  font-weight: 400;
  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-509e4f62-6a5e-4b39-878d-6d8f5bd921fa {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-509e4f62-6a5e-4b39-878d-6d8f5bd921fa .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 0.7);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6c7ffeb1-9c31-4bbe-a983-6ac7726a1e69 {
  margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6c7ffeb1-9c31-4bbe-a983-6ac7726a1e69 .shogun-heading-component h2 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-77622905-a402-4b96-bb85-041c3d746cdb {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-left: 8px;
padding-right: 8px;
}

@media (min-width: 0px) {
[id="s-77622905-a402-4b96-bb85-041c3d746cdb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-77622905-a402-4b96-bb85-041c3d746cdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-77622905-a402-4b96-bb85-041c3d746cdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-77622905-a402-4b96-bb85-041c3d746cdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

#s-1af20943-1f7a-4b70-933d-b5d6d0d1ba0b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-1af20943-1f7a-4b70-933d-b5d6d0d1ba0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1af20943-1f7a-4b70-933d-b5d6d0d1ba0b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b49b6103-6f83-4537-8ee3-6326da66bdea {
  margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-b49b6103-6f83-4537-8ee3-6326da66bdea .shg-proportional-font-size,
#s-b49b6103-6f83-4537-8ee3-6326da66bdea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eed2ec4d-4069-462a-af19-cb251686234d {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-eed2ec4d-4069-462a-af19-cb251686234d .shg-proportional-font-size,
#s-eed2ec4d-4069-462a-af19-cb251686234d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2ee4748-d325-4325-9208-58f9621d1cc6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-e2ee4748-d325-4325-9208-58f9621d1cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2ee4748-d325-4325-9208-58f9621d1cc6.shg-box.shg-c {
  justify-content: center;
}

#s-cff4bad4-22fc-40c3-8502-ae11c1169908 {
  margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-cff4bad4-22fc-40c3-8502-ae11c1169908 .shg-proportional-font-size,
#s-cff4bad4-22fc-40c3-8502-ae11c1169908 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d0b7f79e-3171-4e1c-9f52-017cf7244325 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-d0b7f79e-3171-4e1c-9f52-017cf7244325 .shg-proportional-font-size,
#s-d0b7f79e-3171-4e1c-9f52-017cf7244325 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0bc3af49-0dff-46ca-ad58-acb1161d65ae {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-0bc3af49-0dff-46ca-ad58-acb1161d65ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0bc3af49-0dff-46ca-ad58-acb1161d65ae.shg-box.shg-c {
  justify-content: center;
}

#s-a185be3b-ed4d-41c2-b3a1-7069f186c094 {
  margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-a185be3b-ed4d-41c2-b3a1-7069f186c094 .shg-proportional-font-size,
#s-a185be3b-ed4d-41c2-b3a1-7069f186c094 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b0fd5f6-921f-4179-840a-b1423f007aa8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7b0fd5f6-921f-4179-840a-b1423f007aa8 .shg-proportional-font-size,
#s-7b0fd5f6-921f-4179-840a-b1423f007aa8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4015f060-c5a7-462b-ab58-d40b1ce0f14c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 180px;
background-color: rgba(235, 242, 240, 1);
}








#s-4015f060-c5a7-462b-ab58-d40b1ce0f14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4015f060-c5a7-462b-ab58-d40b1ce0f14c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f5c7b5c-6519-4cfa-9876-83bdc9dc0ed3 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8f5c7b5c-6519-4cfa-9876-83bdc9dc0ed3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2fe6342f-1d36-47d5-a8d1-32b7ecda299b {
  margin-left: auto;
margin-right: auto;
}

#s-2fe6342f-1d36-47d5-a8d1-32b7ecda299b .shg-proportional-font-size,
#s-2fe6342f-1d36-47d5-a8d1-32b7ecda299b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6852d86b-e028-488c-baf0-b02e41cf5dfe {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 180px;
background-color: rgba(29, 71, 57, 1);
}








#s-6852d86b-e028-488c-baf0-b02e41cf5dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6852d86b-e028-488c-baf0-b02e41cf5dfe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e9cd87c-bb19-4947-a3c6-b2d25dfb7a0b {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8e9cd87c-bb19-4947-a3c6-b2d25dfb7a0b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bb6979f1-087a-4266-b04e-9d8f5e1a402e {
  margin-left: auto;
margin-right: auto;
}

#s-bb6979f1-087a-4266-b04e-9d8f5e1a402e .shg-proportional-font-size,
#s-bb6979f1-087a-4266-b04e-9d8f5e1a402e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 550px;
background-position: center center;
}

#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/480x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/960x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/768x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/1536x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/1024x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/2048x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/1200x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/2048x/);
}
#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b80ffabf-a29a-4715-bec0-7f0d4f048cec.shg-box.shg-c {
  justify-content: flex-end;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: right;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c img.shogun-image {
  width: 100%;
  
  
  max-width: 160px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dceb859-6d4e-41ef-95f2-c81fbe61ab8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a920fd6b-7974-4ac3-adb1-53e57b118796 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 80px;
padding-bottom: 100px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a920fd6b-7974-4ac3-adb1-53e57b118796 {
  display: none;
}
#s-a920fd6b-7974-4ac3-adb1-53e57b118796, #wrap-s-a920fd6b-7974-4ac3-adb1-53e57b118796, #wrap-content-s-a920fd6b-7974-4ac3-adb1-53e57b118796 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a920fd6b-7974-4ac3-adb1-53e57b118796 {
  display: none;
}
#s-a920fd6b-7974-4ac3-adb1-53e57b118796, #wrap-s-a920fd6b-7974-4ac3-adb1-53e57b118796, #wrap-content-s-a920fd6b-7974-4ac3-adb1-53e57b118796 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a920fd6b-7974-4ac3-adb1-53e57b118796 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 80px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-a920fd6b-7974-4ac3-adb1-53e57b118796 {
  padding-top: 20px;
padding-left: 8%;
padding-bottom: 48px;
padding-right: 8%;
}
}







#s-a920fd6b-7974-4ac3-adb1-53e57b118796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a920fd6b-7974-4ac3-adb1-53e57b118796.shg-box.shg-c {
  justify-content: center;
}

#s-6b8e59a0-546c-4117-ae59-572fb8c57932 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b8e59a0-546c-4117-ae59-572fb8c57932 {
  padding-top: 0px;
padding-left: 12px;
padding-bottom: 24px;
padding-right: 12px;
min-height: 50px;
}
}@media (max-width: 767px){#s-6b8e59a0-546c-4117-ae59-572fb8c57932 {
  padding-top: 0px;
padding-left: 12px;
padding-bottom: 24px;
padding-right: 12px;
min-height: 50px;
}
}
#s-6b8e59a0-546c-4117-ae59-572fb8c57932 {
  background-image: url();
}








#s-6b8e59a0-546c-4117-ae59-572fb8c57932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b8e59a0-546c-4117-ae59-572fb8c57932.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a37c8dd9-6d76-4163-b31c-988b22f67c72 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a37c8dd9-6d76-4163-b31c-988b22f67c72 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 0.7);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-788a3d90-ca87-40c0-a5a7-327c6f2b0fbd {
  margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-788a3d90-ca87-40c0-a5a7-327c6f2b0fbd {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-788a3d90-ca87-40c0-a5a7-327c6f2b0fbd {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-788a3d90-ca87-40c0-a5a7-327c6f2b0fbd .shogun-heading-component h2 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  margin-bottom: 0px;
min-height: 350px;
}
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/480x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/960x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/768x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/1536x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/1024x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/2048x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/1200x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-160784af-d80a-4f10-a43e-bb5475fd1772 {
  background-image: url(https://i.shgcdn.com/c0c286e3-9717-40c8-81b2-9f4640febca3/-/resize/2048x/);
}
#s-160784af-d80a-4f10-a43e-bb5475fd1772.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-160784af-d80a-4f10-a43e-bb5475fd1772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-160784af-d80a-4f10-a43e-bb5475fd1772.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: right;
}
@media (max-width: 767px){#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  max-width: 120px;
}
}
#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 img.shogun-image {
  width: 100%;
  
  
  max-width: 120px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72ddeb5-2323-4e9f-8352-b55a1f05a4e8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7e140acf-f3c0-4ca8-be05-bb882151f4be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e140acf-f3c0-4ca8-be05-bb882151f4be {
  margin-top: 24px;
margin-bottom: 24px;
padding-left: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-7e140acf-f3c0-4ca8-be05-bb882151f4be {
  margin-top: 24px;
margin-bottom: 24px;
padding-left: 8px;
padding-right: 8px;
}
}







#s-7e140acf-f3c0-4ca8-be05-bb882151f4be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e140acf-f3c0-4ca8-be05-bb882151f4be.shg-box.shg-c {
  justify-content: center;
}

#s-5696e29e-957c-4538-990e-8fb23c8fe580 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5696e29e-957c-4538-990e-8fb23c8fe580 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-5696e29e-957c-4538-990e-8fb23c8fe580"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-5696e29e-957c-4538-990e-8fb23c8fe580"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-5696e29e-957c-4538-990e-8fb23c8fe580"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-5696e29e-957c-4538-990e-8fb23c8fe580"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

#s-4d00bf2e-685d-4456-976f-a4c37467b269 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d00bf2e-685d-4456-976f-a4c37467b269 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-4d00bf2e-685d-4456-976f-a4c37467b269 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 0px;
min-height: 20px;
}
}
#s-4d00bf2e-685d-4456-976f-a4c37467b269 {
  background-image: url();
}








#s-4d00bf2e-685d-4456-976f-a4c37467b269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d00bf2e-685d-4456-976f-a4c37467b269.shg-box.shg-c {
  justify-content: center;
}

#s-e7941683-004c-4ad1-91c0-8a0b43f4f4cf {
  margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-e7941683-004c-4ad1-91c0-8a0b43f4f4cf .shg-proportional-font-size,
#s-e7941683-004c-4ad1-91c0-8a0b43f4f4cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b64a54eb-eda8-458e-9bfe-2598950566d8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-b64a54eb-eda8-458e-9bfe-2598950566d8 .shg-proportional-font-size,
#s-b64a54eb-eda8-458e-9bfe-2598950566d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b4344a1-4937-4e1d-a215-1d0b12b51888 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b4344a1-4937-4e1d-a215-1d0b12b51888 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-9b4344a1-4937-4e1d-a215-1d0b12b51888 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 0px;
min-height: 20px;
}
}
#s-9b4344a1-4937-4e1d-a215-1d0b12b51888 {
  background-image: url();
}








#s-9b4344a1-4937-4e1d-a215-1d0b12b51888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b4344a1-4937-4e1d-a215-1d0b12b51888.shg-box.shg-c {
  justify-content: center;
}

#s-fc9aa073-0e53-421e-bf6b-faf6c51996df {
  margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-fc9aa073-0e53-421e-bf6b-faf6c51996df .shg-proportional-font-size,
#s-fc9aa073-0e53-421e-bf6b-faf6c51996df .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24661d84-ec9e-4ee8-8a94-4db66c8feeb5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-24661d84-ec9e-4ee8-8a94-4db66c8feeb5 .shg-proportional-font-size,
#s-24661d84-ec9e-4ee8-8a94-4db66c8feeb5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cad59110-af61-4237-8c24-a27748b18b08 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad59110-af61-4237-8c24-a27748b18b08 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-cad59110-af61-4237-8c24-a27748b18b08 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 0px;
min-height: 20px;
}
}
#s-cad59110-af61-4237-8c24-a27748b18b08 {
  background-image: url();
}








#s-cad59110-af61-4237-8c24-a27748b18b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad59110-af61-4237-8c24-a27748b18b08.shg-box.shg-c {
  justify-content: center;
}

#s-1b734709-0f80-457a-8d33-42b65d4419f2 {
  margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-1b734709-0f80-457a-8d33-42b65d4419f2 .shg-proportional-font-size,
#s-1b734709-0f80-457a-8d33-42b65d4419f2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9394932b-9e84-4f17-bae5-486d45812311 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-9394932b-9e84-4f17-bae5-486d45812311 .shg-proportional-font-size,
#s-9394932b-9e84-4f17-bae5-486d45812311 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4048e40d-97e7-4e28-a0e7-6fce0de85297 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(235, 242, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4048e40d-97e7-4e28-a0e7-6fce0de85297 {
  margin-bottom: 12px;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
}
}@media (max-width: 767px){#s-4048e40d-97e7-4e28-a0e7-6fce0de85297 {
  margin-top: 0px;
margin-bottom: 12px;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 140px;
}
}







#s-4048e40d-97e7-4e28-a0e7-6fce0de85297 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4048e40d-97e7-4e28-a0e7-6fce0de85297.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-4048e40d-97e7-4e28-a0e7-6fce0de85297 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4048e40d-97e7-4e28-a0e7-6fce0de85297.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-4048e40d-97e7-4e28-a0e7-6fce0de85297 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4048e40d-97e7-4e28-a0e7-6fce0de85297.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-93e5b18e-a742-4a7f-87c9-15e977491679 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93e5b18e-a742-4a7f-87c9-15e977491679 {
  margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-93e5b18e-a742-4a7f-87c9-15e977491679 {
  margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-93e5b18e-a742-4a7f-87c9-15e977491679 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-837446d7-9066-4a62-b37e-7620aa90ddff {
  margin-left: auto;
margin-right: auto;
}

#s-837446d7-9066-4a62-b37e-7620aa90ddff .shg-proportional-font-size,
#s-837446d7-9066-4a62-b37e-7620aa90ddff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1cdc7e80-94eb-4374-8623-53b96b60413c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(29, 71, 57, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1cdc7e80-94eb-4374-8623-53b96b60413c {
  padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
}
}@media (max-width: 767px){#s-1cdc7e80-94eb-4374-8623-53b96b60413c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 140px;
}
}







#s-1cdc7e80-94eb-4374-8623-53b96b60413c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cdc7e80-94eb-4374-8623-53b96b60413c.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-1cdc7e80-94eb-4374-8623-53b96b60413c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cdc7e80-94eb-4374-8623-53b96b60413c.shg-box.shg-c {
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-1cdc7e80-94eb-4374-8623-53b96b60413c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cdc7e80-94eb-4374-8623-53b96b60413c.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-b8f63d9d-5af2-4d63-a422-6f65580f8928 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8f63d9d-5af2-4d63-a422-6f65580f8928 {
  margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-b8f63d9d-5af2-4d63-a422-6f65580f8928 {
  margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-b8f63d9d-5af2-4d63-a422-6f65580f8928 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b8f63d9d-5af2-4d63-a422-6f65580f8928 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}@media (max-width: 767px){#s-b8f63d9d-5af2-4d63-a422-6f65580f8928 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


}
#s-6e5c146f-49f4-4e58-b6d0-45c459367990 {
  margin-left: auto;
margin-right: auto;
}

#s-6e5c146f-49f4-4e58-b6d0-45c459367990 .shg-proportional-font-size,
#s-6e5c146f-49f4-4e58-b6d0-45c459367990 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4c68b0d8-ea59-4f07-b71d-50989c83e6d9 {
  padding-top: 100px;
padding-left: 80px;
padding-bottom: 100px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(251, 242, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4c68b0d8-ea59-4f07-b71d-50989c83e6d9 {
  padding-top: 80px;
padding-left: 40px;
padding-bottom: 80px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-4c68b0d8-ea59-4f07-b71d-50989c83e6d9 {
  padding-top: 48px;
padding-left: 8%;
padding-bottom: 48px;
padding-right: 8%;
}
}







#s-4c68b0d8-ea59-4f07-b71d-50989c83e6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c68b0d8-ea59-4f07-b71d-50989c83e6d9.shg-box.shg-c {
  justify-content: center;
}

#s-0e13517b-a7b8-4709-8c07-86c4496653cb {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-0e13517b-a7b8-4709-8c07-86c4496653cb {
  margin-bottom: 8px;
}
}
#s-0e13517b-a7b8-4709-8c07-86c4496653cb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9e680f9f-6fe8-4823-a913-30eafaf3bd9f {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-9e680f9f-6fe8-4823-a913-30eafaf3bd9f {
  margin-bottom: 24px;
}
}
#s-9e680f9f-6fe8-4823-a913-30eafaf3bd9f .shogun-heading-component h4 {
  color: rgba(15, 15, 15, 0.7);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-9e680f9f-6fe8-4823-a913-30eafaf3bd9f .shogun-heading-component h4 {
  color: rgba(15, 15, 15, 0.7);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
.shg-youtube-embed {
  max-width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
}

.shg-youtube-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.2s;
}

.shg-youtube-thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.35); /* subtle dark overlay */
  pointer-events: none;
  border-radius: 20px;
}

.shg-youtube-thumbnail:hover,
.shg-youtube-thumbnail:focus {
  filter: grayscale(40%) brightness(0.9);
}

.shg-youtube-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: none;
  border: none;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  transition: opacity 0.2s;
}

.shg-youtube-thumbnail:hover .shg-youtube-play,
.shg-youtube-thumbnail:focus .shg-youtube-play {
  opacity: 1;
}

.shg-youtube-play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 36px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 14px 1px rgba(0,0,0,0.08);
}

.shg-youtube-iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0; left: 0;
}

.shg-youtube-iframe-wrapper iframe {
  position: absolute;
  width: 100%; height: 100%;
  border: none;
  left: 0; top: 0;
  border-radius: 12px;
}
#s-6b47da24-8ee1-4088-972e-4403726ac476 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1280px;
text-align: center;
}
@media (max-width: 767px){#s-6b47da24-8ee1-4088-972e-4403726ac476 {
  margin-bottom: 32px;
}
}
.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: 400;
  font-family: "PP Neue Montreal";
}

.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-68325bef-f7fb-4018-8617-d299226125ba {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-68325bef-f7fb-4018-8617-d299226125ba:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-68325bef-f7fb-4018-8617-d299226125ba:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-68325bef-f7fb-4018-8617-d299226125ba-root {
    text-align: center;
  }


#s-68325bef-f7fb-4018-8617-d299226125ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68325bef-f7fb-4018-8617-d299226125ba-root {
    text-align: center;
  }


#s-68325bef-f7fb-4018-8617-d299226125ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68325bef-f7fb-4018-8617-d299226125ba-root {
    text-align: center;
  }


#s-68325bef-f7fb-4018-8617-d299226125ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68325bef-f7fb-4018-8617-d299226125ba-root {
    text-align: center;
  }


#s-68325bef-f7fb-4018-8617-d299226125ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68325bef-f7fb-4018-8617-d299226125ba-root {
    text-align: center;
  }


#s-68325bef-f7fb-4018-8617-d299226125ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-36646f6c-8e35-47bc-a01c-857d675a5f1b {
  padding-top: 100px;
padding-left: 80px;
padding-bottom: 80px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-36646f6c-8e35-47bc-a01c-857d675a5f1b {
  padding-top: 80px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-36646f6c-8e35-47bc-a01c-857d675a5f1b {
  padding-top: 48px;
padding-left: 8%;
padding-bottom: 30px;
padding-right: 8%;
}
}







#s-36646f6c-8e35-47bc-a01c-857d675a5f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36646f6c-8e35-47bc-a01c-857d675a5f1b.shg-box.shg-c {
  justify-content: center;
}

#s-0ddb318d-ada2-4cb0-9df8-5fb9e5d216eb {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-0ddb318d-ada2-4cb0-9df8-5fb9e5d216eb {
  margin-bottom: 32px;
text-align: center;
}
}
#s-0ddb318d-ada2-4cb0-9df8-5fb9e5d216eb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8570516a-198e-45dc-a487-cc63b58865a3 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-8570516a-198e-45dc-a487-cc63b58865a3 {
  margin-bottom: 48px;
}
}
@media (min-width: 0px) {
[id="s-8570516a-198e-45dc-a487-cc63b58865a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8570516a-198e-45dc-a487-cc63b58865a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8570516a-198e-45dc-a487-cc63b58865a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8570516a-198e-45dc-a487-cc63b58865a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8570516a-198e-45dc-a487-cc63b58865a3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.5% 47.9%;
     object-position: 49.5% 47.9%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
      position: relative;
    }

    .s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.5% 47.9%;
     object-position: 49.5% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.5% 47.9%;
     object-position: 49.5% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.5% 47.9%;
     object-position: 49.5% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.5% 47.9%;
     object-position: 49.5% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d15b0c82-d4e1-4f3b-9485-43772e9936e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-855b91d5-6b9b-4f56-b2a0-6b7b21511071 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 40px;
min-height: 500px;
}
@media (max-width: 767px){#s-855b91d5-6b9b-4f56-b2a0-6b7b21511071 {
  padding-left: 8px;
padding-bottom: 24px;
padding-right: 8px;
min-height: 50px;
}
}







#s-855b91d5-6b9b-4f56-b2a0-6b7b21511071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-855b91d5-6b9b-4f56-b2a0-6b7b21511071.shg-box.shg-c {
  justify-content: center;
}

#s-e063163a-0433-4e10-ab6c-825f1f2cfab3 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e063163a-0433-4e10-ab6c-825f1f2cfab3 {
  margin-bottom: 8px;
}
}
#s-e063163a-0433-4e10-ab6c-825f1f2cfab3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a85388f9-830c-4ada-b11e-6fe9f4b70217 {
  margin-left: auto;
margin-right: auto;
}

#s-a85388f9-830c-4ada-b11e-6fe9f4b70217 .shg-proportional-font-size,
#s-a85388f9-830c-4ada-b11e-6fe9f4b70217 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-28231fbc-5bf9-40d3-9666-40c2ff24b23c {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-28231fbc-5bf9-40d3-9666-40c2ff24b23c {
  margin-bottom: 48px;
}
}
@media (min-width: 0px) {
[id="s-28231fbc-5bf9-40d3-9666-40c2ff24b23c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28231fbc-5bf9-40d3-9666-40c2ff24b23c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28231fbc-5bf9-40d3-9666-40c2ff24b23c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28231fbc-5bf9-40d3-9666-40c2ff24b23c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-da17a358-1f10-4457-8845-5606b6f38038 {
  margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 60px;
min-height: 500px;
}
@media (max-width: 767px){#s-da17a358-1f10-4457-8845-5606b6f38038 {
  padding-left: 8px;
padding-bottom: 24px;
padding-right: 8px;
min-height: 50px;
}
}







#s-da17a358-1f10-4457-8845-5606b6f38038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da17a358-1f10-4457-8845-5606b6f38038.shg-box.shg-c {
  justify-content: center;
}

#s-2408d87e-55f8-4db2-8fac-79f1fabbe440 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2408d87e-55f8-4db2-8fac-79f1fabbe440 {
  margin-bottom: 8px;
}
}
#s-2408d87e-55f8-4db2-8fac-79f1fabbe440 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5fd3946f-605f-4c7a-924b-76aa3d3b6f78 {
  margin-left: auto;
margin-right: auto;
}

#s-5fd3946f-605f-4c7a-924b-76aa3d3b6f78 .shg-proportional-font-size,
#s-5fd3946f-605f-4c7a-924b-76aa3d3b6f78 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  max-width: 500px;
aspect-ratio: 1/1;
}
}
#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 47.9%;
     object-position: 51.6% 47.9%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de46a701-2bec-4d85-ac37-de2c595e7078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
      position: relative;
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 47.9%;
     object-position: 51.6% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 47.9%;
     object-position: 51.6% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 47.9%;
     object-position: 51.6% 47.9%;
  transform: none;
  transform-origin: none;
}




.s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de46a701-2bec-4d85-ac37-de2c595e7078 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50.5% 46.7%;
     object-position: 50.5% 46.7%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de46a701-2bec-4d85-ac37-de2c595e7078 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-de46a701-2bec-4d85-ac37-de2c595e7078 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de46a701-2bec-4d85-ac37-de2c595e7078 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container {
      position: relative;
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de46a701-2bec-4d85-ac37-de2c595e7078 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 500px;
    }
  }

}
#s-71f96177-1752-416d-b500-368ae6606f68 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-71f96177-1752-416d-b500-368ae6606f68 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-71f96177-1752-416d-b500-368ae6606f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71f96177-1752-416d-b500-368ae6606f68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71f96177-1752-416d-b500-368ae6606f68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71f96177-1752-416d-b500-368ae6606f68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-71f96177-1752-416d-b500-368ae6606f68"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  max-width: 500px;
}
}
#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 50.1%;
     object-position: 51.6% 50.1%;
  transform: none;
  transform-origin: none;
}




.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 50.1%;
     object-position: 51.6% 50.1%;
  transform: none;
  transform-origin: none;
}




.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 50.1%;
     object-position: 51.6% 50.1%;
  transform: none;
  transform-origin: none;
}




.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 50.1%;
     object-position: 51.6% 50.1%;
  transform: none;
  transform-origin: none;
}




.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 51.6% 50.1%;
     object-position: 51.6% 50.1%;
  transform: none;
  transform-origin: none;
}




.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea0e9a-7ad4-4139-9d0a-2188f01ec33e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db98f42d-21ea-4c51-b2b4-428abd3a8553 {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 40px;
min-height: 500px;
}
@media (max-width: 767px){#s-db98f42d-21ea-4c51-b2b4-428abd3a8553 {
  padding-left: 8px;
padding-bottom: 24px;
padding-right: 8px;
min-height: 50px;
}
}







#s-db98f42d-21ea-4c51-b2b4-428abd3a8553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db98f42d-21ea-4c51-b2b4-428abd3a8553.shg-box.shg-c {
  justify-content: center;
}

#s-f5d708c6-61fd-42f9-ae4f-5f5062ecb93c {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f5d708c6-61fd-42f9-ae4f-5f5062ecb93c {
  margin-bottom: 8px;
}
}
#s-f5d708c6-61fd-42f9-ae4f-5f5062ecb93c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-579a384c-3899-45dc-943c-a9a70b3cd309 {
  margin-left: auto;
margin-right: auto;
}

#s-579a384c-3899-45dc-943c-a9a70b3cd309 .shg-proportional-font-size,
#s-579a384c-3899-45dc-943c-a9a70b3cd309 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f84a55a-399c-49ad-bd23-c558ad49d61d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7f84a55a-399c-49ad-bd23-c558ad49d61d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7f84a55a-399c-49ad-bd23-c558ad49d61d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7f84a55a-399c-49ad-bd23-c558ad49d61d-root {
    text-align: center;
  }


#s-7f84a55a-399c-49ad-bd23-c558ad49d61d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f84a55a-399c-49ad-bd23-c558ad49d61d-root {
    text-align: center;
  }


#s-7f84a55a-399c-49ad-bd23-c558ad49d61d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f84a55a-399c-49ad-bd23-c558ad49d61d-root {
    text-align: center;
  }


#s-7f84a55a-399c-49ad-bd23-c558ad49d61d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f84a55a-399c-49ad-bd23-c558ad49d61d-root {
    text-align: center;
  }


#s-7f84a55a-399c-49ad-bd23-c558ad49d61d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f84a55a-399c-49ad-bd23-c558ad49d61d-root {
    text-align: center;
  }


#s-7f84a55a-399c-49ad-bd23-c558ad49d61d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-f44d13a5-ef73-43a5-b104-d61b97dac8b5 {
  padding-top: 80px;
padding-left: 80px;
padding-bottom: 80px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f44d13a5-ef73-43a5-b104-d61b97dac8b5 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-f44d13a5-ef73-43a5-b104-d61b97dac8b5 {
  padding-top: 40px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
}
}







#s-f44d13a5-ef73-43a5-b104-d61b97dac8b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f44d13a5-ef73-43a5-b104-d61b97dac8b5.shg-box.shg-c {
  justify-content: center;
}

#s-76050527-5201-4695-b271-de9a41d0dff7 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-76050527-5201-4695-b271-de9a41d0dff7 {
  margin-bottom: 32px;
}
}
#s-76050527-5201-4695-b271-de9a41d0dff7 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6c0d4153-bcb9-4377-b875-d468559349c4 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c0d4153-bcb9-4377-b875-d468559349c4 {
  display: none;
}
#s-6c0d4153-bcb9-4377-b875-d468559349c4, #wrap-s-6c0d4153-bcb9-4377-b875-d468559349c4, #wrap-content-s-6c0d4153-bcb9-4377-b875-d468559349c4 { display: none !important; }}@media (max-width: 767px){#s-6c0d4153-bcb9-4377-b875-d468559349c4 {
  display: none;
}
#s-6c0d4153-bcb9-4377-b875-d468559349c4, #wrap-s-6c0d4153-bcb9-4377-b875-d468559349c4, #wrap-content-s-6c0d4153-bcb9-4377-b875-d468559349c4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6c0d4153-bcb9-4377-b875-d468559349c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-6c0d4153-bcb9-4377-b875-d468559349c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6c0d4153-bcb9-4377-b875-d468559349c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6c0d4153-bcb9-4377-b875-d468559349c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b17bb6f-38a6-47de-ba6d-74ffc1888a4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fd444c-73dd-4b72-b6b7-25c2e58b3ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-81866255-18b1-43b3-bac3-c77266c27e3c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-81866255-18b1-43b3-bac3-c77266c27e3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81866255-18b1-43b3-bac3-c77266c27e3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-81866255-18b1-43b3-bac3-c77266c27e3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81866255-18b1-43b3-bac3-c77266c27e3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81866255-18b1-43b3-bac3-c77266c27e3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81866255-18b1-43b3-bac3-c77266c27e3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81866255-18b1-43b3-bac3-c77266c27e3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81866255-18b1-43b3-bac3-c77266c27e3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-81866255-18b1-43b3-bac3-c77266c27e3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81866255-18b1-43b3-bac3-c77266c27e3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81866255-18b1-43b3-bac3-c77266c27e3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81866255-18b1-43b3-bac3-c77266c27e3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7b177301-62a5-4ecd-808f-25876244203a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-7b177301-62a5-4ecd-808f-25876244203a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b177301-62a5-4ecd-808f-25876244203a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7b177301-62a5-4ecd-808f-25876244203a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b177301-62a5-4ecd-808f-25876244203a img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b177301-62a5-4ecd-808f-25876244203a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7b177301-62a5-4ecd-808f-25876244203a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b177301-62a5-4ecd-808f-25876244203a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b177301-62a5-4ecd-808f-25876244203a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b177301-62a5-4ecd-808f-25876244203a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b177301-62a5-4ecd-808f-25876244203a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7b177301-62a5-4ecd-808f-25876244203a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b177301-62a5-4ecd-808f-25876244203a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b177301-62a5-4ecd-808f-25876244203a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b177301-62a5-4ecd-808f-25876244203a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b177301-62a5-4ecd-808f-25876244203a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7b177301-62a5-4ecd-808f-25876244203a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b177301-62a5-4ecd-808f-25876244203a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b177301-62a5-4ecd-808f-25876244203a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b177301-62a5-4ecd-808f-25876244203a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b177301-62a5-4ecd-808f-25876244203a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7b177301-62a5-4ecd-808f-25876244203a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b177301-62a5-4ecd-808f-25876244203a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b177301-62a5-4ecd-808f-25876244203a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7b177301-62a5-4ecd-808f-25876244203a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7b177301-62a5-4ecd-808f-25876244203a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7b177301-62a5-4ecd-808f-25876244203a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b177301-62a5-4ecd-808f-25876244203a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45a449ee-5c6c-40e5-a7b7-ce92fffe1519.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b64109ac-f71c-4702-a770-722c797fa619 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-b64109ac-f71c-4702-a770-722c797fa619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b64109ac-f71c-4702-a770-722c797fa619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b64109ac-f71c-4702-a770-722c797fa619 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b64109ac-f71c-4702-a770-722c797fa619 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b64109ac-f71c-4702-a770-722c797fa619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b64109ac-f71c-4702-a770-722c797fa619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b64109ac-f71c-4702-a770-722c797fa619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b64109ac-f71c-4702-a770-722c797fa619 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b64109ac-f71c-4702-a770-722c797fa619 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b64109ac-f71c-4702-a770-722c797fa619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b64109ac-f71c-4702-a770-722c797fa619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b64109ac-f71c-4702-a770-722c797fa619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b64109ac-f71c-4702-a770-722c797fa619 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b64109ac-f71c-4702-a770-722c797fa619 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b64109ac-f71c-4702-a770-722c797fa619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b64109ac-f71c-4702-a770-722c797fa619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b64109ac-f71c-4702-a770-722c797fa619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b64109ac-f71c-4702-a770-722c797fa619 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b64109ac-f71c-4702-a770-722c797fa619 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b64109ac-f71c-4702-a770-722c797fa619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b64109ac-f71c-4702-a770-722c797fa619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b64109ac-f71c-4702-a770-722c797fa619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b64109ac-f71c-4702-a770-722c797fa619 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b64109ac-f71c-4702-a770-722c797fa619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b64109ac-f71c-4702-a770-722c797fa619 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b64109ac-f71c-4702-a770-722c797fa619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64109ac-f71c-4702-a770-722c797fa619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-465416f1-8835-4063-9d10-d5a934a01c1c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-465416f1-8835-4063-9d10-d5a934a01c1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-465416f1-8835-4063-9d10-d5a934a01c1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-465416f1-8835-4063-9d10-d5a934a01c1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-465416f1-8835-4063-9d10-d5a934a01c1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-465416f1-8835-4063-9d10-d5a934a01c1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-465416f1-8835-4063-9d10-d5a934a01c1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-465416f1-8835-4063-9d10-d5a934a01c1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-465416f1-8835-4063-9d10-d5a934a01c1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-465416f1-8835-4063-9d10-d5a934a01c1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-465416f1-8835-4063-9d10-d5a934a01c1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-465416f1-8835-4063-9d10-d5a934a01c1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-465416f1-8835-4063-9d10-d5a934a01c1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09576d4b-f4f3-40bd-91e7-09d9b492dcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09576d4b-f4f3-40bd-91e7-09d9b492dcde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ea2c8068-c050-46f4-b53e-57edd7b842b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ea2c8068-c050-46f4-b53e-57edd7b842b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2c8068-c050-46f4-b53e-57edd7b842b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5c15591-a554-425e-88f2-889feab2d631 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-c5c15591-a554-425e-88f2-889feab2d631 {
  display: none;
}
#s-c5c15591-a554-425e-88f2-889feab2d631, #wrap-s-c5c15591-a554-425e-88f2-889feab2d631, #wrap-content-s-c5c15591-a554-425e-88f2-889feab2d631 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5c15591-a554-425e-88f2-889feab2d631 {
  display: none;
}
#s-c5c15591-a554-425e-88f2-889feab2d631, #wrap-s-c5c15591-a554-425e-88f2-889feab2d631, #wrap-content-s-c5c15591-a554-425e-88f2-889feab2d631 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c5c15591-a554-425e-88f2-889feab2d631"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-c5c15591-a554-425e-88f2-889feab2d631"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c5c15591-a554-425e-88f2-889feab2d631"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5c15591-a554-425e-88f2-889feab2d631"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin-bottom: 16px;
aspect-ratio: 4/3;
}
}
#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-76834918-d036-49b0-a982-16b3a7ed99bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76834918-d036-49b0-a982-16b3a7ed99bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76834918-d036-49b0-a982-16b3a7ed99bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76834918-d036-49b0-a982-16b3a7ed99bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-76834918-d036-49b0-a982-16b3a7ed99bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76834918-d036-49b0-a982-16b3a7ed99bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-76834918-d036-49b0-a982-16b3a7ed99bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-76834918-d036-49b0-a982-16b3a7ed99bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76834918-d036-49b0-a982-16b3a7ed99bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76834918-d036-49b0-a982-16b3a7ed99bc .shg-inner-inline-image {   
      aspect-ratio: 4/3;
    }

    #s-76834918-d036-49b0-a982-16b3a7ed99bc .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: ;
    }
  }

  .s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-76834918-d036-49b0-a982-16b3a7ed99bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76834918-d036-49b0-a982-16b3a7ed99bc {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container {
      position: relative;
    }

    .s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76834918-d036-49b0-a982-16b3a7ed99bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76834918-d036-49b0-a982-16b3a7ed99bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin-bottom: 16px;
aspect-ratio: 1/1;
}
}
#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container {
      position: relative;
    }

    .s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a3e6bca-c9e1-437d-9c7c-fa7579cb5765 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin-bottom: 16px;
aspect-ratio: 1/1;
}
}
#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-fd816a23-f179-4c79-bf96-2cfde4b8b101 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd816a23-f179-4c79-bf96-2cfde4b8b101 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container {
      position: relative;
    }

    .s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd816a23-f179-4c79-bf96-2cfde4b8b101.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd816a23-f179-4c79-bf96-2cfde4b8b101 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin-bottom: 16px;
aspect-ratio: 4/3;
}
}
#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1c267fef-f72e-4638-901b-50acd6d989b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c267fef-f72e-4638-901b-50acd6d989b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c267fef-f72e-4638-901b-50acd6d989b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c267fef-f72e-4638-901b-50acd6d989b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1c267fef-f72e-4638-901b-50acd6d989b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1c267fef-f72e-4638-901b-50acd6d989b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1c267fef-f72e-4638-901b-50acd6d989b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1c267fef-f72e-4638-901b-50acd6d989b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c267fef-f72e-4638-901b-50acd6d989b6 .shg-inner-inline-image {   
      aspect-ratio: 4/3;
    }

    #s-1c267fef-f72e-4638-901b-50acd6d989b6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: ;
    }
  }

  .s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-1c267fef-f72e-4638-901b-50acd6d989b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c267fef-f72e-4638-901b-50acd6d989b6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container {
      position: relative;
    }

    .s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c267fef-f72e-4638-901b-50acd6d989b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c267fef-f72e-4638-901b-50acd6d989b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin-bottom: 0px;
aspect-ratio: 4/3;
}
}
#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-359954d7-1e7c-4927-9532-96ba7a1143ea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-359954d7-1e7c-4927-9532-96ba7a1143ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-359954d7-1e7c-4927-9532-96ba7a1143ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-359954d7-1e7c-4927-9532-96ba7a1143ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-359954d7-1e7c-4927-9532-96ba7a1143ea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-359954d7-1e7c-4927-9532-96ba7a1143ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-359954d7-1e7c-4927-9532-96ba7a1143ea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-359954d7-1e7c-4927-9532-96ba7a1143ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-359954d7-1e7c-4927-9532-96ba7a1143ea .shg-inner-inline-image {   
      aspect-ratio: 4/3;
    }

    #s-359954d7-1e7c-4927-9532-96ba7a1143ea .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: ;
    }
  }

  .s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-359954d7-1e7c-4927-9532-96ba7a1143ea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-359954d7-1e7c-4927-9532-96ba7a1143ea {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container {
      position: relative;
    }

    .s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-359954d7-1e7c-4927-9532-96ba7a1143ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-359954d7-1e7c-4927-9532-96ba7a1143ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin-bottom: 16px;
aspect-ratio: 1/1;
}
}
#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac299cda-d62b-47b6-97d0-792501234262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ac299cda-d62b-47b6-97d0-792501234262 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac299cda-d62b-47b6-97d0-792501234262 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac299cda-d62b-47b6-97d0-792501234262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac299cda-d62b-47b6-97d0-792501234262 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac299cda-d62b-47b6-97d0-792501234262 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac299cda-d62b-47b6-97d0-792501234262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac299cda-d62b-47b6-97d0-792501234262 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac299cda-d62b-47b6-97d0-792501234262 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac299cda-d62b-47b6-97d0-792501234262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ac299cda-d62b-47b6-97d0-792501234262 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ac299cda-d62b-47b6-97d0-792501234262 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ac299cda-d62b-47b6-97d0-792501234262 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac299cda-d62b-47b6-97d0-792501234262-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ac299cda-d62b-47b6-97d0-792501234262 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac299cda-d62b-47b6-97d0-792501234262 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac299cda-d62b-47b6-97d0-792501234262 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-ac299cda-d62b-47b6-97d0-792501234262 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-ac299cda-d62b-47b6-97d0-792501234262 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac299cda-d62b-47b6-97d0-792501234262 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container {
      position: relative;
    }

    .s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac299cda-d62b-47b6-97d0-792501234262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac299cda-d62b-47b6-97d0-792501234262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin-bottom: 16px;
aspect-ratio: 2/3;
}
}
#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: ;
    }
  }

  .s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container {
      position: relative;
    }

    .s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3904ebf-9e7a-478c-a6df-1b3548bc4874.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3904ebf-9e7a-478c-a6df-1b3548bc4874 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin-bottom: 16px;
aspect-ratio: 4/3;
}
}
#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shg-inner-inline-image {   
      aspect-ratio: 4/3;
    }

    #s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: ;
    }
  }

  .s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container {
      position: relative;
    }

    .s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e457568-08e5-4d7b-bbeb-df7a2bda0a70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  aspect-ratio: 1/1;
}
}@media (max-width: 767px){#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin-bottom: 0px;
aspect-ratio: 1/1;
}
}
#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4444c736-d811-4570-ab5f-73e2cb233e6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
      position: relative;
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}@media (max-width: 767px){#s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4444c736-d811-4570-ab5f-73e2cb233e6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4444c736-d811-4570-ab5f-73e2cb233e6b .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-4444c736-d811-4570-ab5f-73e2cb233e6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4444c736-d811-4570-ab5f-73e2cb233e6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container {
      position: relative;
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4444c736-d811-4570-ab5f-73e2cb233e6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-6b45d2c5-f633-4cd8-aec3-fd9cfe268cdc {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b45d2c5-f633-4cd8-aec3-fd9cfe268cdc {
  padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-6b45d2c5-f633-4cd8-aec3-fd9cfe268cdc {
  padding-top: 30px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
}
}







#s-6b45d2c5-f633-4cd8-aec3-fd9cfe268cdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b45d2c5-f633-4cd8-aec3-fd9cfe268cdc.shg-box.shg-c {
  justify-content: center;
}

#s-35b6ba6a-6e37-4529-9949-3c572bfa2970 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-35b6ba6a-6e37-4529-9949-3c572bfa2970 {
  margin-bottom: 32px;
}
}
#s-35b6ba6a-6e37-4529-9949-3c572bfa2970 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c84a4f5a-c8a3-499e-8b9a-4fb3609bfdff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-843c9d19-fc80-4200-bfbb-1022c6ec1141 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
max-width: 1280px;
background-color: rgba(251, 242, 234, 1);
}
@media (max-width: 767px){#s-843c9d19-fc80-4200-bfbb-1022c6ec1141 {
  padding-top: 32px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
}
}







#s-843c9d19-fc80-4200-bfbb-1022c6ec1141 > .shg-box-overlay {
  background-color: rgba(245, 248, 246, 1);
  opacity: 0;
  display: block;
}#s-843c9d19-fc80-4200-bfbb-1022c6ec1141.shg-box.shg-c {
  justify-content: center;
}

#s-23f9ae19-e5d7-4920-a764-2028053558a8 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23f9ae19-e5d7-4920-a764-2028053558a8 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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: rgba(15, 15, 15, 1);
  font-family: "PP Neue Montreal";
  font-weight: 400;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(15, 15, 15, 1);
  font-family: "PP Neue Montreal";
}

.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: rgba(15, 15, 15, 1);
  font-family: "PP Neue Montreal";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(15, 15, 15, 1);
  font-family: "PP Neue Montreal";
  font-weight: 400;
}

#s-5ca1883e-6feb-4e94-a531-10bde85d5320 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 700px;
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(33, 117, 86, 1);
  font-family: ;
  font-weight: ;
  
  
  justify-content: center;
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(33, 117, 86, 1);
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-error-msg-container, #s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-field-error-msg-container {
  display: none;
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-error-msg {
  font-size: ;
  font-style: ;
  color: rgba(235, 110, 56, 1);
  font-family: ;
  font-weight: ;
  
  
  
}

#s-54aecb8f-d622-4350-9d1f-993454b72e32 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(235, 110, 56, 1);
}

#s-4f36c912-6d57-4486-b81e-8fa0f82563d0 {
  margin-bottom: 28px;
}
@media (max-width: 767px){#s-4f36c912-6d57-4486-b81e-8fa0f82563d0 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-4f36c912-6d57-4486-b81e-8fa0f82563d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f36c912-6d57-4486-b81e-8fa0f82563d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4f36c912-6d57-4486-b81e-8fa0f82563d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f36c912-6d57-4486-b81e-8fa0f82563d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-011093a8-211a-4627-8672-9976ce7c26ae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-011093a8-211a-4627-8672-9976ce7c26ae {
  margin-bottom: 20px;
}
}
#s-011093a8-211a-4627-8672-9976ce7c26ae  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 3em;
  
}

#s-011093a8-211a-4627-8672-9976ce7c26ae  .shogun-form-text-input-field::-moz-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-011093a8-211a-4627-8672-9976ce7c26ae  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}


#s-011093a8-211a-4627-8672-9976ce7c26ae .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}



#s-011093a8-211a-4627-8672-9976ce7c26ae .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}


#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1 {
  margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1 {
  margin-bottom: 20px;
}
}
#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 3em;
  
}

#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1  .shogun-form-text-input-field::-moz-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}


#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}



#s-0c257376-fd56-4dac-b3c2-e81b6725e7a1 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}


#s-72a2a277-cd58-4688-abb3-4418621f3103 {
  margin-bottom: 28px;
}
@media (max-width: 767px){#s-72a2a277-cd58-4688-abb3-4418621f3103 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-72a2a277-cd58-4688-abb3-4418621f3103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72a2a277-cd58-4688-abb3-4418621f3103"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72a2a277-cd58-4688-abb3-4418621f3103"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72a2a277-cd58-4688-abb3-4418621f3103"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7d680545-6766-4755-bb71-d7b38d80f7bf {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-7d680545-6766-4755-bb71-d7b38d80f7bf {
  margin-bottom: 20px;
}
}
#s-7d680545-6766-4755-bb71-d7b38d80f7bf  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 3em;
  
}

#s-7d680545-6766-4755-bb71-d7b38d80f7bf  .shogun-form-text-input-field::-moz-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-7d680545-6766-4755-bb71-d7b38d80f7bf  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}


#s-7d680545-6766-4755-bb71-d7b38d80f7bf .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}



#s-7d680545-6766-4755-bb71-d7b38d80f7bf .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}


#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b {
  margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b {
  margin-bottom: 20px;
}
}
#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 3em;
  
}

#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b  .shogun-form-text-input-field::-moz-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}


#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}



#s-f4b05d1a-575b-46e1-b55c-24e28d580a7b .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}


#s-251fdd0e-b847-4771-afe8-ae2b0a587ed0 {
  margin-bottom: 24px;
min-height: 20px;
}

#s-251fdd0e-b847-4771-afe8-ae2b0a587ed0  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 3em;
  
}

#s-251fdd0e-b847-4771-afe8-ae2b0a587ed0  .shogun-form-text-input-field::-moz-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-251fdd0e-b847-4771-afe8-ae2b0a587ed0  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 15, 15, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}


#s-251fdd0e-b847-4771-afe8-ae2b0a587ed0 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}



#s-251fdd0e-b847-4771-afe8-ae2b0a587ed0 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}


#s-4f76838d-8a43-4287-abd9-b095a13941ad {
  margin-left: 0px;
margin-right: 0px;
}

#s-13ca3777-e6e0-4f77-a6c1-f8814f19f567 {
  text-align: left;
}

#s-9179afab-84dd-4fc8-98c4-970f77b4b96a {
  margin-bottom: 24px;
}

.shogun-recaptcha-error-msg {
  visibility: hidden;
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-7c5708ef-d638-4796-848f-162acf53e57c {
  border-style: solid;
margin-bottom: 24px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-radius: 100px;
color: rgba(255, 255, 255, 1);
background-color: rgba(29, 71, 57, 1);
text-align: center;
cursor: pointer;
font-size: 16px;
background-image: none;
hover-type: color;
}
#s-7c5708ef-d638-4796-848f-162acf53e57c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c5708ef-d638-4796-848f-162acf53e57c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}
#s-7c5708ef-d638-4796-848f-162acf53e57c[disabled],
#s-7c5708ef-d638-4796-848f-162acf53e57c[disabled]:hover,
#s-7c5708ef-d638-4796-848f-162acf53e57c[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-7c5708ef-d638-4796-848f-162acf53e57c {
  display:  inline-block ;
  width:  auto ;
}

@media (max-width: 767px){#s-7c5708ef-d638-4796-848f-162acf53e57c[disabled],
#s-7c5708ef-d638-4796-848f-162acf53e57c[disabled]:hover,
#s-7c5708ef-d638-4796-848f-162acf53e57c[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-7c5708ef-d638-4796-848f-162acf53e57c {
  display:  block ;
  width:  100% ;
}

}
#s-1e62735f-b4e4-46bd-bcb3-24d09f0e715c {
  margin-top: 24px;
margin-left: 0px;
margin-right: 0px;
}

#s-150bcd35-1b0d-4514-a5ce-7f8591ff3471 {
  margin-top: 24px;
margin-left: 0px;
margin-right: 0px;
}

#s-99caee4a-92d2-47f3-ad0f-d2d9d180dd20 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 60px;
padding-right: 80px;
min-height: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99caee4a-92d2-47f3-ad0f-d2d9d180dd20 {
  padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-99caee4a-92d2-47f3-ad0f-d2d9d180dd20 {
  padding-top: 10px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
}
}







#s-99caee4a-92d2-47f3-ad0f-d2d9d180dd20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99caee4a-92d2-47f3-ad0f-d2d9d180dd20.shg-box.shg-c {
  justify-content: center;
}

#s-917af06a-933c-4a55-baaa-186657d899d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 28px;
padding-left: 40px;
padding-bottom: 28px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
max-width: 1280px;
background-color: rgba(251, 242, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-917af06a-933c-4a55-baaa-186657d899d8 {
  padding-top: 28px;
padding-left: 40px;
padding-bottom: 28px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-917af06a-933c-4a55-baaa-186657d899d8 {
  display: none;
}
#s-917af06a-933c-4a55-baaa-186657d899d8, #wrap-s-917af06a-933c-4a55-baaa-186657d899d8, #wrap-content-s-917af06a-933c-4a55-baaa-186657d899d8 { display: none !important; }}







#s-917af06a-933c-4a55-baaa-186657d899d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-917af06a-933c-4a55-baaa-186657d899d8.shg-box.shg-c {
  justify-content: center;
}

#s-1c1138cc-5580-41dc-8288-0a736e57bf8f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d {
  display: none;
}
#s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d, #wrap-s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d, #wrap-content-s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d { display: none !important; }}@media (max-width: 767px){#s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d {
  display: none;
}
#s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d, #wrap-s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d, #wrap-content-s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d { display: none !important; }}
@media (min-width: 0px) {
[id="s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a7f2b4b-926f-4ee5-9ec4-9eb98c7a168d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-9935e56e-7e8f-4d35-82d8-a3c8ed77e4ba {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-9935e56e-7e8f-4d35-82d8-a3c8ed77e4ba {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-9935e56e-7e8f-4d35-82d8-a3c8ed77e4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9935e56e-7e8f-4d35-82d8-a3c8ed77e4ba {
  cursor: pointer;
}#s-9935e56e-7e8f-4d35-82d8-a3c8ed77e4ba.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
  box-sizing: border-box;
}



.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
      position: relative;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
  box-sizing: border-box;
}



.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
      position: relative;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
  box-sizing: border-box;
}



.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
      position: relative;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
  box-sizing: border-box;
}



.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
      position: relative;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image {
  box-sizing: border-box;
}



.s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container {
      position: relative;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf8b5c7-0c26-41b0-be38-e716bd82352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-8c43743c-b5c5-4908-a940-df76ec6ec0f9 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c43743c-b5c5-4908-a940-df76ec6ec0f9 .shogun-heading-component h4 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8e38321a-1c01-4885-a6aa-2d6ea1faa437 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e38321a-1c01-4885-a6aa-2d6ea1faa437 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-8e38321a-1c01-4885-a6aa-2d6ea1faa437 .shogun-heading-component h5 a {
  color: ;
}


#s-f99e976e-be20-4a84-a76e-9fd1a0b00916 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-f99e976e-be20-4a84-a76e-9fd1a0b00916 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-f99e976e-be20-4a84-a76e-9fd1a0b00916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f99e976e-be20-4a84-a76e-9fd1a0b00916 {
  cursor: pointer;
}#s-f99e976e-be20-4a84-a76e-9fd1a0b00916.shg-box.shg-c {
  justify-content: center;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
  box-sizing: border-box;
}



.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
      position: relative;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
  box-sizing: border-box;
}



.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
      position: relative;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
  box-sizing: border-box;
}



.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
      position: relative;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
  box-sizing: border-box;
}



.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
      position: relative;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image {
  box-sizing: border-box;
}



.s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container {
      position: relative;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9df93ff-75e7-4ddd-8425-66edf2a01826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-5597e645-e6c9-4e40-ba7a-20d2a6e6b0c7 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5597e645-e6c9-4e40-ba7a-20d2a6e6b0c7 .shogun-heading-component h4 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-13b6807f-0942-4026-b37e-f23c8671e232 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13b6807f-0942-4026-b37e-f23c8671e232 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-13b6807f-0942-4026-b37e-f23c8671e232 .shogun-heading-component h5 a {
  color: ;
}


#s-04092c1b-6677-4d93-a7b8-ff22b9d55b79 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
}
@media (max-width: 767px){#s-04092c1b-6677-4d93-a7b8-ff22b9d55b79 {
  margin-bottom: 20px;
}
}







#s-04092c1b-6677-4d93-a7b8-ff22b9d55b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04092c1b-6677-4d93-a7b8-ff22b9d55b79 {
  cursor: pointer;
}#s-04092c1b-6677-4d93-a7b8-ff22b9d55b79.shg-box.shg-c {
  justify-content: center;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
  box-sizing: border-box;
}



.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
      position: relative;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
  box-sizing: border-box;
}



.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
      position: relative;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
  box-sizing: border-box;
}



.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
      position: relative;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
  box-sizing: border-box;
}



.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
      position: relative;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image {
  box-sizing: border-box;
}



.s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container {
      position: relative;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de2883af-9230-48a4-ba6f-15c3d5f2aea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-2cdbfe14-5246-4b5a-814f-586456386ac4 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2cdbfe14-5246-4b5a-814f-586456386ac4 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fca3d106-ef9a-4b99-90b0-aca89292bb06 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fca3d106-ef9a-4b99-90b0-aca89292bb06 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-fca3d106-ef9a-4b99-90b0-aca89292bb06 .shogun-heading-component h5 a {
  color: ;
}


#s-9ba958b3-636f-4f85-81e7-6b0c0256fcb5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-9ba958b3-636f-4f85-81e7-6b0c0256fcb5 {
  margin-bottom: 20px;
}
}







#s-9ba958b3-636f-4f85-81e7-6b0c0256fcb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ba958b3-636f-4f85-81e7-6b0c0256fcb5 {
  cursor: pointer;
}#s-9ba958b3-636f-4f85-81e7-6b0c0256fcb5.shg-box.shg-c {
  justify-content: center;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c {
  margin: 0 !important;
  overflow: visible;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add background color handling */
  
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-content {
  
    justify-content: center;
  
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
  box-sizing: border-box;
}



.s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73624b56-3e77-429b-b033-41fc4f55358c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
      position: relative;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-73624b56-3e77-429b-b033-41fc4f55358c {
  margin: 0 !important;
  overflow: visible;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add background color handling */
  
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-content {
  
    justify-content: center;
  
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
  box-sizing: border-box;
}



.s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73624b56-3e77-429b-b033-41fc4f55358c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
      position: relative;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-73624b56-3e77-429b-b033-41fc4f55358c {
  margin: 0 !important;
  overflow: visible;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add background color handling */
  
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-content {
  
    justify-content: center;
  
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
  box-sizing: border-box;
}



.s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73624b56-3e77-429b-b033-41fc4f55358c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
      position: relative;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-73624b56-3e77-429b-b033-41fc4f55358c {
  margin: 0 !important;
  overflow: visible;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add background color handling */
  
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-content {
  
    justify-content: center;
  
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
  box-sizing: border-box;
}



.s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73624b56-3e77-429b-b033-41fc4f55358c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
      position: relative;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-73624b56-3e77-429b-b033-41fc4f55358c {
  margin: 0 !important;
  overflow: visible;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73624b56-3e77-429b-b033-41fc4f55358c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add background color handling */
  
}

#s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73624b56-3e77-429b-b033-41fc4f55358c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-73624b56-3e77-429b-b033-41fc4f55358c .shogun-image-content {
  
    justify-content: center;
  
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image {
  box-sizing: border-box;
}



.s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73624b56-3e77-429b-b033-41fc4f55358c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container {
      position: relative;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73624b56-3e77-429b-b033-41fc4f55358c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-03baf0dd-5b5e-4ec9-a242-797ea83f59c3 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-03baf0dd-5b5e-4ec9-a242-797ea83f59c3 .shogun-heading-component h4 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4f816989-955a-4b7d-8fa6-9117a465979f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4f816989-955a-4b7d-8fa6-9117a465979f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-4f816989-955a-4b7d-8fa6-9117a465979f .shogun-heading-component h5 a {
  color: ;
}


#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 {
  display: none;
}
#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338, #wrap-s-024c7d25-c2d7-43a0-91ab-83fca1ebc338, #wrap-content-s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 {
  display: none;
}
#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338, #wrap-s-024c7d25-c2d7-43a0-91ab-83fca1ebc338, #wrap-content-s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 {
  
}
}@media (max-width: 767px){#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 {
  display: none;
}
#s-024c7d25-c2d7-43a0-91ab-83fca1ebc338, #wrap-s-024c7d25-c2d7-43a0-91ab-83fca1ebc338, #wrap-content-s-024c7d25-c2d7-43a0-91ab-83fca1ebc338 { display: none !important; }}
@media (min-width: 0px) {
[id="s-024c7d25-c2d7-43a0-91ab-83fca1ebc338"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-024c7d25-c2d7-43a0-91ab-83fca1ebc338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-024c7d25-c2d7-43a0-91ab-83fca1ebc338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-024c7d25-c2d7-43a0-91ab-83fca1ebc338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1c69cf09-021c-4f42-b073-45ca8cf3900a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-1c69cf09-021c-4f42-b073-45ca8cf3900a {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-1c69cf09-021c-4f42-b073-45ca8cf3900a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c69cf09-021c-4f42-b073-45ca8cf3900a {
  cursor: pointer;
}#s-1c69cf09-021c-4f42-b073-45ca8cf3900a.shg-box.shg-c {
  justify-content: center;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  margin: 0 !important;
  overflow: visible;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add background color handling */
  
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
  box-sizing: border-box;
}



.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
      position: relative;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  margin: 0 !important;
  overflow: visible;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add background color handling */
  
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
  box-sizing: border-box;
}



.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
      position: relative;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  margin: 0 !important;
  overflow: visible;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add background color handling */
  
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
  box-sizing: border-box;
}



.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
      position: relative;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  margin: 0 !important;
  overflow: visible;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add background color handling */
  
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
  box-sizing: border-box;
}



.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
      position: relative;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  margin: 0 !important;
  overflow: visible;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add background color handling */
  
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image {
  box-sizing: border-box;
}



.s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container {
      position: relative;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef41937c-ba0a-44e0-87ea-fcf23c01025a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-30fa12e6-f57c-4bc6-a4a0-234e06b6155b {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30fa12e6-f57c-4bc6-a4a0-234e06b6155b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-87a5d140-c38c-40c5-aeb3-7104a0d770d0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-87a5d140-c38c-40c5-aeb3-7104a0d770d0 .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-87a5d140-c38c-40c5-aeb3-7104a0d770d0 .shogun-heading-component h5 a {
  color: rgba(15, 15, 15, 1);
}


#s-7a643ed9-dc9f-4db0-8870-c987e2faf2d1 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-7a643ed9-dc9f-4db0-8870-c987e2faf2d1 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-7a643ed9-dc9f-4db0-8870-c987e2faf2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a643ed9-dc9f-4db0-8870-c987e2faf2d1 {
  cursor: pointer;
}#s-7a643ed9-dc9f-4db0-8870-c987e2faf2d1.shg-box.shg-c {
  justify-content: center;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
  box-sizing: border-box;
}



.s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
      position: relative;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
  box-sizing: border-box;
}



.s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
      position: relative;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
  box-sizing: border-box;
}



.s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
      position: relative;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
  box-sizing: border-box;
}



.s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
      position: relative;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  margin: 0 !important;
  overflow: visible;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add background color handling */
  
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-5f5d2c77-7504-4b42-826e-cddc7df47faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image {
  box-sizing: border-box;
}



.s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container {
      position: relative;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f5d2c77-7504-4b42-826e-cddc7df47faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-2df46d01-a538-48a1-bf82-b872c3f5e8b1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2df46d01-a538-48a1-bf82-b872c3f5e8b1 .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Prompt";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2df46d01-a538-48a1-bf82-b872c3f5e8b1 .shogun-heading-component h4 {
  color: ;
  font-weight:  600 ;
  font-family: "Prompt";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-fcb67c6e-f601-4e99-b0ee-4294b0838334 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fcb67c6e-f601-4e99-b0ee-4294b0838334 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Prompt";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fcb67c6e-f601-4e99-b0ee-4294b0838334 .shogun-heading-component h4 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-fcb67c6e-f601-4e99-b0ee-4294b0838334 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Prompt";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-fcb67c6e-f601-4e99-b0ee-4294b0838334 .shogun-heading-component h4 a {
  color: ;
}

}
#s-9b9d05bf-62a1-4c84-8b18-9b1857607d45 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
}
@media (max-width: 767px){#s-9b9d05bf-62a1-4c84-8b18-9b1857607d45 {
  margin-bottom: 20px;
}
}







#s-9b9d05bf-62a1-4c84-8b18-9b1857607d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b9d05bf-62a1-4c84-8b18-9b1857607d45 {
  cursor: pointer;
}#s-9b9d05bf-62a1-4c84-8b18-9b1857607d45.shg-box.shg-c {
  justify-content: center;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c {
  margin: 0 !important;
  overflow: visible;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add background color handling */
  
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
  box-sizing: border-box;
}



.s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db566fa0-d777-4b1a-ae86-cc665387060c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
      position: relative;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-db566fa0-d777-4b1a-ae86-cc665387060c {
  margin: 0 !important;
  overflow: visible;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add background color handling */
  
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
  box-sizing: border-box;
}



.s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db566fa0-d777-4b1a-ae86-cc665387060c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
      position: relative;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db566fa0-d777-4b1a-ae86-cc665387060c {
  margin: 0 !important;
  overflow: visible;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add background color handling */
  
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
  box-sizing: border-box;
}



.s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db566fa0-d777-4b1a-ae86-cc665387060c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
      position: relative;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db566fa0-d777-4b1a-ae86-cc665387060c {
  margin: 0 !important;
  overflow: visible;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add background color handling */
  
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
  box-sizing: border-box;
}



.s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db566fa0-d777-4b1a-ae86-cc665387060c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
      position: relative;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-db566fa0-d777-4b1a-ae86-cc665387060c {
  margin: 0 !important;
  overflow: visible;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db566fa0-d777-4b1a-ae86-cc665387060c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add background color handling */
  
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db566fa0-d777-4b1a-ae86-cc665387060c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-db566fa0-d777-4b1a-ae86-cc665387060c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image {
  box-sizing: border-box;
}



.s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db566fa0-d777-4b1a-ae86-cc665387060c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container {
      position: relative;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db566fa0-d777-4b1a-ae86-cc665387060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-da1c9027-233e-4921-9543-10f7a1d972c5 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da1c9027-233e-4921-9543-10f7a1d972c5 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f512bb53-de8f-4348-a75a-117b63cd81c5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f512bb53-de8f-4348-a75a-117b63cd81c5 .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f512bb53-de8f-4348-a75a-117b63cd81c5 .shogun-heading-component h5 a {
  color: rgba(15, 15, 15, 1);
}


#s-95197d51-9728-43bd-8714-dcb5f41f1bd5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-95197d51-9728-43bd-8714-dcb5f41f1bd5 {
  margin-bottom: 20px;
}
}







#s-95197d51-9728-43bd-8714-dcb5f41f1bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95197d51-9728-43bd-8714-dcb5f41f1bd5 {
  cursor: pointer;
}#s-95197d51-9728-43bd-8714-dcb5f41f1bd5.shg-box.shg-c {
  justify-content: center;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  margin: 0 !important;
  overflow: visible;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add background color handling */
  
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
  box-sizing: border-box;
}



.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
      position: relative;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  margin: 0 !important;
  overflow: visible;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add background color handling */
  
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
  box-sizing: border-box;
}



.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
      position: relative;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  margin: 0 !important;
  overflow: visible;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add background color handling */
  
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
  box-sizing: border-box;
}



.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
      position: relative;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  margin: 0 !important;
  overflow: visible;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add background color handling */
  
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
  box-sizing: border-box;
}



.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
      position: relative;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  margin: 0 !important;
  overflow: visible;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add background color handling */
  
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image {
  box-sizing: border-box;
}



.s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container {
      position: relative;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac81e63-6e68-4d56-b4d2-7f1843327f5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-8e595c91-0cbe-4c88-b7e1-a2f847dd92f2 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e595c91-0cbe-4c88-b7e1-a2f847dd92f2 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5df29228-c453-4ea6-a827-aafb52dc7248 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5df29228-c453-4ea6-a827-aafb52dc7248 .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0eada1fd-242f-48df-87dc-bbe2f53cb215 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(139, 177, 146, 1);
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-0eada1fd-242f-48df-87dc-bbe2f53cb215 {
  margin-bottom: 20px;
}
}







#s-0eada1fd-242f-48df-87dc-bbe2f53cb215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0eada1fd-242f-48df-87dc-bbe2f53cb215 {
  cursor: pointer;
}#s-0eada1fd-242f-48df-87dc-bbe2f53cb215.shg-box.shg-c {
  justify-content: center;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  margin-bottom: 12px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  margin: 0 !important;
  overflow: visible;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add background color handling */
  
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
  box-sizing: border-box;
}



.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
      position: relative;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  margin: 0 !important;
  overflow: visible;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add background color handling */
  
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
  box-sizing: border-box;
}



.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
      position: relative;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  margin: 0 !important;
  overflow: visible;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add background color handling */
  
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
  box-sizing: border-box;
}



.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
      position: relative;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  margin: 0 !important;
  overflow: visible;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add background color handling */
  
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
  box-sizing: border-box;
}



.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
      position: relative;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  margin: 0 !important;
  overflow: visible;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add background color handling */
  
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image {
  box-sizing: border-box;
}



.s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container {
      position: relative;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fdb1850-3ecb-4c79-87bb-855ab72e52be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-be1d4b95-2ee2-4692-a48b-78b55a3fdd1f {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-be1d4b95-2ee2-4692-a48b-78b55a3fdd1f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-39d71d1c-fc9d-470e-812a-1814c515c062 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39d71d1c-fc9d-470e-812a-1814c515c062 .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-39d71d1c-fc9d-470e-812a-1814c515c062 .shogun-heading-component h5 a {
  color: rgba(15, 15, 15, 1);
}


#s-55228e39-16c4-4b21-a5a9-aec2d68eb703 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 32px;
padding-left: 40px;
padding-bottom: 32px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(251, 242, 234, 1);
}
@media (min-width: 1200px){#s-55228e39-16c4-4b21-a5a9-aec2d68eb703 {
  display: none;
}
#s-55228e39-16c4-4b21-a5a9-aec2d68eb703, #wrap-s-55228e39-16c4-4b21-a5a9-aec2d68eb703, #wrap-content-s-55228e39-16c4-4b21-a5a9-aec2d68eb703 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55228e39-16c4-4b21-a5a9-aec2d68eb703 {
  display: none;
}
#s-55228e39-16c4-4b21-a5a9-aec2d68eb703, #wrap-s-55228e39-16c4-4b21-a5a9-aec2d68eb703, #wrap-content-s-55228e39-16c4-4b21-a5a9-aec2d68eb703 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55228e39-16c4-4b21-a5a9-aec2d68eb703 {
  display: none;
}
#s-55228e39-16c4-4b21-a5a9-aec2d68eb703, #wrap-s-55228e39-16c4-4b21-a5a9-aec2d68eb703, #wrap-content-s-55228e39-16c4-4b21-a5a9-aec2d68eb703 { display: none !important; }}@media (max-width: 767px){#s-55228e39-16c4-4b21-a5a9-aec2d68eb703 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-55228e39-16c4-4b21-a5a9-aec2d68eb703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55228e39-16c4-4b21-a5a9-aec2d68eb703.shg-box.shg-c {
  justify-content: center;
}

#s-db315b00-26a5-4bc9-98d8-02f778ec3311 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-db315b00-26a5-4bc9-98d8-02f778ec3311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db315b00-26a5-4bc9-98d8-02f778ec3311 {
  cursor: pointer;
}#s-db315b00-26a5-4bc9-98d8-02f778ec3311.shg-box.shg-c {
  justify-content: center;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin-bottom: 0px;
margin-right: 12px;
min-height: 48px;
max-width: 48px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin-top: 0px;
}
}
#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
  box-sizing: border-box;
}



.s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
      position: relative;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

@media (min-width: 1200px){#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
  box-sizing: border-box;
}



.s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
      position: relative;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
  box-sizing: border-box;
}



.s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
      position: relative;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
  box-sizing: border-box;
}



.s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
      position: relative;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (max-width: 767px){#s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-76a3e13e-4db2-43fc-9878-83a8864750e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image {
  box-sizing: border-box;
}



.s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container {
      position: relative;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76a3e13e-4db2-43fc-9878-83a8864750e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}
#s-ee43707b-2777-4330-b0c5-b7fccb800846 {
  margin-left: 0px;
margin-right: 0px;
}








#s-ee43707b-2777-4330-b0c5-b7fccb800846 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee43707b-2777-4330-b0c5-b7fccb800846.shg-box.shg-c {
  justify-content: center;
}

#s-bdbdf1db-b6ac-428a-9a59-13c83521fd18 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bdbdf1db-b6ac-428a-9a59-13c83521fd18 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f0bb3b16-d8ae-4699-9b07-249fd189248f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f0bb3b16-d8ae-4699-9b07-249fd189248f .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-f0bb3b16-d8ae-4699-9b07-249fd189248f .shogun-heading-component h5 a {
  color: rgba(15, 15, 15, 1);
}


#s-3b6d1214-3de3-4472-9d81-54fe71ab4044 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-3b6d1214-3de3-4472-9d81-54fe71ab4044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b6d1214-3de3-4472-9d81-54fe71ab4044 {
  cursor: pointer;
}#s-3b6d1214-3de3-4472-9d81-54fe71ab4044.shg-box.shg-c {
  justify-content: center;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin-bottom: 0px;
margin-right: 12px;
min-height: 48px;
max-width: 48px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin-top: 0px;
}
}
#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin: 0 !important;
  overflow: visible;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add background color handling */
  
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-content {
  
    justify-content: center;
  
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
  box-sizing: border-box;
}



.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
      position: relative;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

@media (min-width: 1200px){#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin: 0 !important;
  overflow: visible;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add background color handling */
  
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-content {
  
    justify-content: center;
  
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
  box-sizing: border-box;
}



.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
      position: relative;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin: 0 !important;
  overflow: visible;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add background color handling */
  
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-content {
  
    justify-content: center;
  
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
  box-sizing: border-box;
}



.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
      position: relative;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin: 0 !important;
  overflow: visible;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add background color handling */
  
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-content {
  
    justify-content: center;
  
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
  box-sizing: border-box;
}



.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
      position: relative;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (max-width: 767px){#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  margin: 0 !important;
  overflow: visible;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add background color handling */
  
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c .shogun-image-content {
  
    justify-content: center;
  
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image {
  box-sizing: border-box;
}



.s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container {
      position: relative;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591d3c8c-c91f-485e-ae05-c8f28c6b780c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}
#s-654ca971-e8f2-4b3d-a618-31177d3ba4c7 {
  margin-left: 0px;
margin-right: 0px;
}








#s-654ca971-e8f2-4b3d-a618-31177d3ba4c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-654ca971-e8f2-4b3d-a618-31177d3ba4c7.shg-box.shg-c {
  justify-content: center;
}

#s-1e85c363-8bc5-4149-a23f-b2735e5a77bf {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1e85c363-8bc5-4149-a23f-b2735e5a77bf .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-87a742e0-e3a5-4fc7-b993-952891670cfa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87a742e0-e3a5-4fc7-b993-952891670cfa .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-40300d3e-0bfb-4f4f-8191-9adb65bd239d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-40300d3e-0bfb-4f4f-8191-9adb65bd239d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40300d3e-0bfb-4f4f-8191-9adb65bd239d {
  cursor: pointer;
}#s-40300d3e-0bfb-4f4f-8191-9adb65bd239d.shg-box.shg-c {
  justify-content: center;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  margin-top: auto;
margin-bottom: auto;
margin-right: 12px;
min-height: 48px;
max-width: 48px;
aspect-ratio: 1/1;
text-align: left;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 12px;
  
  
}

.shg-image-content-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
  box-sizing: border-box;
}



.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
      position: relative;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

@media (min-width: 1200px){#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
  box-sizing: border-box;
}



.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
      position: relative;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
  box-sizing: border-box;
}



.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
      position: relative;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
  box-sizing: border-box;
}



.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
      position: relative;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (max-width: 767px){#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image {
  box-sizing: border-box;
}



.s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container {
      position: relative;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de6f7b7d-04f8-4dd0-a61c-85b7b832eb3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}
#s-df086c0c-2ebf-46ad-abc5-2dcc65697bc1 {
  margin-left: 0px;
margin-right: 0px;
}








#s-df086c0c-2ebf-46ad-abc5-2dcc65697bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df086c0c-2ebf-46ad-abc5-2dcc65697bc1.shg-box.shg-c {
  justify-content: center;
}

#s-73c96d00-6a41-4862-8330-de316fe0948a {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-73c96d00-6a41-4862-8330-de316fe0948a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-94e90ca1-eae7-45be-8b81-7ee6c4a95b3e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94e90ca1-eae7-45be-8b81-7ee6c4a95b3e .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-94e90ca1-eae7-45be-8b81-7ee6c4a95b3e .shogun-heading-component h5 a {
  color: rgba(15, 15, 15, 1);
}


#s-89d1243b-9255-475f-9b3a-3fa1b7ea56a6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-89d1243b-9255-475f-9b3a-3fa1b7ea56a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89d1243b-9255-475f-9b3a-3fa1b7ea56a6 {
  cursor: pointer;
}#s-89d1243b-9255-475f-9b3a-3fa1b7ea56a6.shg-box.shg-c {
  justify-content: center;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin-bottom: 0px;
margin-right: 12px;
min-height: 48px;
max-width: 48px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin-top: 0px;
}
}
#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
  box-sizing: border-box;
}



.s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db750641-39fd-44a0-9655-bc41349f65e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
      position: relative;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

@media (min-width: 1200px){#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
  box-sizing: border-box;
}



.s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db750641-39fd-44a0-9655-bc41349f65e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
      position: relative;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
  box-sizing: border-box;
}



.s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db750641-39fd-44a0-9655-bc41349f65e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
      position: relative;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
  box-sizing: border-box;
}



.s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db750641-39fd-44a0-9655-bc41349f65e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
      position: relative;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}@media (max-width: 767px){#s-db750641-39fd-44a0-9655-bc41349f65e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-db750641-39fd-44a0-9655-bc41349f65e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db750641-39fd-44a0-9655-bc41349f65e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
  }



  img.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
    
    
    min-height: 48px;
    max-height: 48px;
  }


.s-db750641-39fd-44a0-9655-bc41349f65e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image {
  box-sizing: border-box;
}



.s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image {
  min-height: 48px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-db750641-39fd-44a0-9655-bc41349f65e2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container {
      position: relative;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db750641-39fd-44a0-9655-bc41349f65e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 48px;
      max-width: 48px;
    }
  }

}
#s-531b48a5-3e4a-4e60-ba6c-0cc4cfe9a501 {
  margin-left: 0px;
margin-right: 0px;
}








#s-531b48a5-3e4a-4e60-ba6c-0cc4cfe9a501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-531b48a5-3e4a-4e60-ba6c-0cc4cfe9a501 {
  cursor: pointer;
}#s-531b48a5-3e4a-4e60-ba6c-0cc4cfe9a501.shg-box.shg-c {
  justify-content: center;
}

#s-aaf60637-7c68-43d5-b0e6-c2cbe6695a01 {
  margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aaf60637-7c68-43d5-b0e6-c2cbe6695a01 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5e5a67e8-9e22-459c-9c8f-80c339ad1485 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5e5a67e8-9e22-459c-9c8f-80c339ad1485 .shogun-heading-component h5 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-5e5a67e8-9e22-459c-9c8f-80c339ad1485 .shogun-heading-component h5 a {
  color: rgba(15, 15, 15, 1);
}


#s-57e86628-e8ff-416b-869f-56e1d6d1bd5c {
  padding-top: 60px;
padding-left: 80px;
padding-bottom: 100px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-57e86628-e8ff-416b-869f-56e1d6d1bd5c {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-57e86628-e8ff-416b-869f-56e1d6d1bd5c {
  padding-top: 40px;
padding-left: 8%;
padding-bottom: 48px;
padding-right: 8%;
}
}







#s-57e86628-e8ff-416b-869f-56e1d6d1bd5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57e86628-e8ff-416b-869f-56e1d6d1bd5c.shg-box.shg-c {
  justify-content: center;
}

#s-9a51c270-3507-4c99-92de-afc60c6eb647 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-9a51c270-3507-4c99-92de-afc60c6eb647 {
  margin-bottom: 24px;
}
}
#s-9a51c270-3507-4c99-92de-afc60c6eb647 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



/* carousel styling */
.product-carousel {
  display: flex;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  padding: 0 20px;
}
.product-carousel a {
    text-decoration: none;
}
.product-carousel a:hover {
    text-decoration: none;
    color: unset;
}

.product-carousel .slick-track {
  display: flex;
}

.product-carousel .slick-slide {
  display: flex;
  height: auto;
  align-items: stretch;  /* Ensure the slides take up the full height of the container */
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-slide {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  background-color: #fff;
  justify-content: flex-start;
}

.product-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #eb6e38;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 100px;
  font-weight: 500;
}

.product-image img {
  width: 100%;
  border-radius: 10px;
}

.product-info {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;  /* Ensure the .product-info takes available space */
}

.product-price {
  font-size: 1.2em;
  font-weight: 500;
  margin: 10px 0;
}

.product-info-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}

.product-slide .jdgm-prev-badge__stars .jdgm-star:not(:first-child) {
  display: none !important;
}
.jdgm-prev-badge__text,
.jdgm-prev-badge__text:hover,
.jdgm-prev-badge__text:active,
.jdgm-prev-badge__text:focus,
.jdgm-prev-badge__text:visited,
.jdgm-prev-badge__text:link {
  color: #3b3025 !important;
}


.buy-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

/* nav-arrows on carousel */
.product-carousel .slick-next, .product-carousel .slick-prev {
    top: 45%;
}
.product-carousel .slick-next {
  right: -20px;
}
.product-carousel .slick-prev {
  left: -20px;
}

@media screen and (max-width: 1300px) {
  .product-carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#s-990db7d5-937c-45b1-a1c4-ba6b4977f5ea {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1440px;
}

#s-71b645ad-7d85-479e-bc7c-470acebca9e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-71b645ad-7d85-479e-bc7c-470acebca9e5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-71b645ad-7d85-479e-bc7c-470acebca9e5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-71b645ad-7d85-479e-bc7c-470acebca9e5-root {
    text-align: center;
  }


#s-71b645ad-7d85-479e-bc7c-470acebca9e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71b645ad-7d85-479e-bc7c-470acebca9e5-root {
    text-align: center;
  }


#s-71b645ad-7d85-479e-bc7c-470acebca9e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71b645ad-7d85-479e-bc7c-470acebca9e5-root {
    text-align: center;
  }


#s-71b645ad-7d85-479e-bc7c-470acebca9e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71b645ad-7d85-479e-bc7c-470acebca9e5-root {
    text-align: center;
  }


#s-71b645ad-7d85-479e-bc7c-470acebca9e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71b645ad-7d85-479e-bc7c-470acebca9e5-root {
    text-align: center;
  }


#s-71b645ad-7d85-479e-bc7c-470acebca9e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-c6c4ddaa-b2c4-40fd-b71c-e541eb39b0d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 80px;
padding-bottom: 100px;
padding-right: 80px;
min-height: 50px;
background-color: rgba(251, 242, 234, 1);
}
@media (max-width: 767px){#s-c6c4ddaa-b2c4-40fd-b71c-e541eb39b0d8 {
  padding-top: 48px;
padding-left: 8%;
padding-bottom: 48px;
padding-right: 8%;
}
}







#s-c6c4ddaa-b2c4-40fd-b71c-e541eb39b0d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6c4ddaa-b2c4-40fd-b71c-e541eb39b0d8.shg-box.shg-c {
  justify-content: center;
}

#s-481a726d-d30f-423a-9fcd-e232e1565cda {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-481a726d-d30f-423a-9fcd-e232e1565cda {
  margin-bottom: 24px;
}
}
#s-481a726d-d30f-423a-9fcd-e232e1565cda .shogun-heading-component h2 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-481a726d-d30f-423a-9fcd-e232e1565cda .shogun-heading-component h2 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.2em;
  
  
}


}
#s-1562072c-0f88-4a9a-851f-83cafda3ac6a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 1200px){#s-1562072c-0f88-4a9a-851f-83cafda3ac6a {
  display: none;
}
#s-1562072c-0f88-4a9a-851f-83cafda3ac6a, #wrap-s-1562072c-0f88-4a9a-851f-83cafda3ac6a, #wrap-content-s-1562072c-0f88-4a9a-851f-83cafda3ac6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1562072c-0f88-4a9a-851f-83cafda3ac6a {
  display: none;
}
#s-1562072c-0f88-4a9a-851f-83cafda3ac6a, #wrap-s-1562072c-0f88-4a9a-851f-83cafda3ac6a, #wrap-content-s-1562072c-0f88-4a9a-851f-83cafda3ac6a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1562072c-0f88-4a9a-851f-83cafda3ac6a {
  display: none;
}
#s-1562072c-0f88-4a9a-851f-83cafda3ac6a, #wrap-s-1562072c-0f88-4a9a-851f-83cafda3ac6a, #wrap-content-s-1562072c-0f88-4a9a-851f-83cafda3ac6a { display: none !important; }}
@media (min-width: 0px) {
[id="s-1562072c-0f88-4a9a-851f-83cafda3ac6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1562072c-0f88-4a9a-851f-83cafda3ac6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1562072c-0f88-4a9a-851f-83cafda3ac6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1562072c-0f88-4a9a-851f-83cafda3ac6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-55391031-3a80-4be0-9cdd-bcea13b7513a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
}








#s-55391031-3a80-4be0-9cdd-bcea13b7513a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55391031-3a80-4be0-9cdd-bcea13b7513a.shg-box.shg-c {
  justify-content: center;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 2400px;
text-align: center;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de img.shogun-image {
  width: 100%;
  
  min-height: 300px;
  max-width: 2400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e977343-4734-4937-8b50-b30d1d0f69de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1e977343-4734-4937-8b50-b30d1d0f69de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e977343-4734-4937-8b50-b30d1d0f69de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1e977343-4734-4937-8b50-b30d1d0f69de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e977343-4734-4937-8b50-b30d1d0f69de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1e977343-4734-4937-8b50-b30d1d0f69de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e977343-4734-4937-8b50-b30d1d0f69de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1e977343-4734-4937-8b50-b30d1d0f69de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e977343-4734-4937-8b50-b30d1d0f69de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1e977343-4734-4937-8b50-b30d1d0f69de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e977343-4734-4937-8b50-b30d1d0f69de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b440d5ac-c8c4-4a41-8de2-64906bc316c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-b440d5ac-c8c4-4a41-8de2-64906bc316c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b440d5ac-c8c4-4a41-8de2-64906bc316c3.shg-box.shg-c {
  justify-content: center;
}

#s-3ee1fdcc-d25b-47d6-a7d0-25ae65692092 {
  margin-left: auto;
margin-right: auto;
min-height: 200px;
}
@media (max-width: 767px){#s-3ee1fdcc-d25b-47d6-a7d0-25ae65692092 {
  padding-bottom: 20px;
min-height: 150px;
}
}







#s-3ee1fdcc-d25b-47d6-a7d0-25ae65692092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ee1fdcc-d25b-47d6-a7d0-25ae65692092.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3de3fa2c-7e76-4220-ab52-05e082f0f408 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: left;
}

#s-3de3fa2c-7e76-4220-ab52-05e082f0f408 .shogun-heading-component h3 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e6f2c49a-2720-4a9d-81b3-7ba46f1273e4 {
  margin-left: auto;
margin-right: auto;
}

#s-e6f2c49a-2720-4a9d-81b3-7ba46f1273e4 .shg-proportional-font-size,
#s-e6f2c49a-2720-4a9d-81b3-7ba46f1273e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32a979b1-2034-418d-9e97-c0389ada96b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-32a979b1-2034-418d-9e97-c0389ada96b7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-32a979b1-2034-418d-9e97-c0389ada96b7:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-32a979b1-2034-418d-9e97-c0389ada96b7-root {
    text-align: left;
  }


#s-32a979b1-2034-418d-9e97-c0389ada96b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-32a979b1-2034-418d-9e97-c0389ada96b7-root {
    text-align: left;
  }


#s-32a979b1-2034-418d-9e97-c0389ada96b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32a979b1-2034-418d-9e97-c0389ada96b7-root {
    text-align: left;
  }


#s-32a979b1-2034-418d-9e97-c0389ada96b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32a979b1-2034-418d-9e97-c0389ada96b7-root {
    text-align: left;
  }


#s-32a979b1-2034-418d-9e97-c0389ada96b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-32a979b1-2034-418d-9e97-c0389ada96b7-root {
    text-align: left;
  }


#s-32a979b1-2034-418d-9e97-c0389ada96b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-14b23777-12a0-438c-bc6c-fe860327b246 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
}








#s-14b23777-12a0-438c-bc6c-fe860327b246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14b23777-12a0-438c-bc6c-fe860327b246.shg-box.shg-c {
  justify-content: center;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 2400px;
text-align: center;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 img.shogun-image {
  width: 100%;
  
  min-height: 300px;
  max-width: 2400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dae529b3-dd57-46b3-92a6-142cbd2060e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dae529b3-dd57-46b3-92a6-142cbd2060e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae529b3-dd57-46b3-92a6-142cbd2060e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b889714-d56e-4ba9-a00c-1813f5a1fde2 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 8px;
padding-right: 8px;
min-height: 50px;
}








#s-2b889714-d56e-4ba9-a00c-1813f5a1fde2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b889714-d56e-4ba9-a00c-1813f5a1fde2.shg-box.shg-c {
  justify-content: center;
}

#s-55e7e8a2-f28c-4353-be31-0d9a259928f5 {
  margin-left: auto;
margin-right: auto;
min-height: 200px;
}
@media (max-width: 767px){#s-55e7e8a2-f28c-4353-be31-0d9a259928f5 {
  padding-bottom: 20px;
min-height: 150px;
}
}







#s-55e7e8a2-f28c-4353-be31-0d9a259928f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55e7e8a2-f28c-4353-be31-0d9a259928f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-81d94c87-5b22-4e4b-90d0-a44ea5bbdab2 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: left;
}

#s-81d94c87-5b22-4e4b-90d0-a44ea5bbdab2 .shogun-heading-component h3 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-81dbae01-0bd2-4846-96ab-f9526e8971d6 {
  margin-left: auto;
margin-right: auto;
}

#s-81dbae01-0bd2-4846-96ab-f9526e8971d6 .shg-proportional-font-size,
#s-81dbae01-0bd2-4846-96ab-f9526e8971d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90be3718-1ddf-4716-ace4-ab50eeab3368 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-90be3718-1ddf-4716-ace4-ab50eeab3368:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-90be3718-1ddf-4716-ace4-ab50eeab3368:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-90be3718-1ddf-4716-ace4-ab50eeab3368-root {
    text-align: left;
  }


#s-90be3718-1ddf-4716-ace4-ab50eeab3368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90be3718-1ddf-4716-ace4-ab50eeab3368-root {
    text-align: left;
  }


#s-90be3718-1ddf-4716-ace4-ab50eeab3368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90be3718-1ddf-4716-ace4-ab50eeab3368-root {
    text-align: left;
  }


#s-90be3718-1ddf-4716-ace4-ab50eeab3368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90be3718-1ddf-4716-ace4-ab50eeab3368-root {
    text-align: left;
  }


#s-90be3718-1ddf-4716-ace4-ab50eeab3368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90be3718-1ddf-4716-ace4-ab50eeab3368-root {
    text-align: left;
  }


#s-90be3718-1ddf-4716-ace4-ab50eeab3368.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1cb9ffae-e860-41dd-9d43-20c6671ed341 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}
@media (max-width: 767px){#s-1cb9ffae-e860-41dd-9d43-20c6671ed341 {
  display: none;
}
#s-1cb9ffae-e860-41dd-9d43-20c6671ed341, #wrap-s-1cb9ffae-e860-41dd-9d43-20c6671ed341, #wrap-content-s-1cb9ffae-e860-41dd-9d43-20c6671ed341 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1cb9ffae-e860-41dd-9d43-20c6671ed341"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-1cb9ffae-e860-41dd-9d43-20c6671ed341"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-1cb9ffae-e860-41dd-9d43-20c6671ed341"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cb9ffae-e860-41dd-9d43-20c6671ed341"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-2f0e1eef-dc08-4b56-b01d-65b8763b7db9 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f0e1eef-dc08-4b56-b01d-65b8763b7db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f0e1eef-dc08-4b56-b01d-65b8763b7db9.shg-box.shg-c {
  justify-content: center;
}

#s-12c0e4e0-f667-4e03-934b-ec490bcb5155 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-12c0e4e0-f667-4e03-934b-ec490bcb5155"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12c0e4e0-f667-4e03-934b-ec490bcb5155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-12c0e4e0-f667-4e03-934b-ec490bcb5155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c0e4e0-f667-4e03-934b-ec490bcb5155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-aa9509cd-4774-404b-89ce-cd5a00d57e73 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
}








#s-aa9509cd-4774-404b-89ce-cd5a00d57e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa9509cd-4774-404b-89ce-cd5a00d57e73.shg-box.shg-c {
  justify-content: center;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 5472px;
aspect-ratio: 1/1;
text-align: center;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image {
  width: 100%;
  
  min-height: 300px;
  max-width: 5472px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
      position: relative;
    }

    .s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      min-height: 300px;
      max-width: 5472px;
    }
  }

@media (min-width: 1200px){#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-929d7533-da2c-4d11-ba05-f3d4e5918b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-929d7533-da2c-4d11-ba05-f3d4e5918b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929d7533-da2c-4d11-ba05-f3d4e5918b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a958fff0-60db-4aa2-84e4-30fa5b47f44d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 20px;
min-height: 300px;
}








#s-a958fff0-60db-4aa2-84e4-30fa5b47f44d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a958fff0-60db-4aa2-84e4-30fa5b47f44d.shg-box.shg-c {
  justify-content: center;
}

#s-78424575-4155-4cd7-81b8-10701d1242b3 {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: left;
}

#s-78424575-4155-4cd7-81b8-10701d1242b3 .shogun-heading-component h3 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-47ae7691-8d2c-4de1-aceb-919f6698dea8 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
}

#s-47ae7691-8d2c-4de1-aceb-919f6698dea8 .shg-proportional-font-size,
#s-47ae7691-8d2c-4de1-aceb-919f6698dea8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-95a64df5-7d70-4f35-bf41-902d19aaae0f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-95a64df5-7d70-4f35-bf41-902d19aaae0f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-95a64df5-7d70-4f35-bf41-902d19aaae0f:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-95a64df5-7d70-4f35-bf41-902d19aaae0f-root {
    text-align: left;
  }


#s-95a64df5-7d70-4f35-bf41-902d19aaae0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95a64df5-7d70-4f35-bf41-902d19aaae0f-root {
    text-align: left;
  }


#s-95a64df5-7d70-4f35-bf41-902d19aaae0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95a64df5-7d70-4f35-bf41-902d19aaae0f-root {
    text-align: left;
  }


#s-95a64df5-7d70-4f35-bf41-902d19aaae0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95a64df5-7d70-4f35-bf41-902d19aaae0f-root {
    text-align: left;
  }


#s-95a64df5-7d70-4f35-bf41-902d19aaae0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95a64df5-7d70-4f35-bf41-902d19aaae0f-root {
    text-align: left;
  }


#s-95a64df5-7d70-4f35-bf41-902d19aaae0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-41f57b1f-38c2-479c-b443-3d4c503a34c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-41f57b1f-38c2-479c-b443-3d4c503a34c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41f57b1f-38c2-479c-b443-3d4c503a34c6.shg-box.shg-c {
  justify-content: center;
}

#s-bdc8bd98-41a0-4430-80e9-be0aa710f10a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bdc8bd98-41a0-4430-80e9-be0aa710f10a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdc8bd98-41a0-4430-80e9-be0aa710f10a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-bdc8bd98-41a0-4430-80e9-be0aa710f10a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdc8bd98-41a0-4430-80e9-be0aa710f10a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-26fba631-26bc-4422-bdf3-6fe6c62ed794 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
}








#s-26fba631-26bc-4422-bdf3-6fe6c62ed794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26fba631-26bc-4422-bdf3-6fe6c62ed794.shg-box.shg-c {
  justify-content: center;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 2400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 12px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image {
  width: 100%;
  
  min-height: 300px;
  max-width: 2400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
      position: relative;
    }

    .s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      min-height: 300px;
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec960b90-b126-4fe4-bfbf-06cfa35278ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec960b90-b126-4fe4-bfbf-06cfa35278ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3f6e294f-5256-4d86-9cc8-d2fa2cad5db9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 20px;
min-height: 300px;
}








#s-3f6e294f-5256-4d86-9cc8-d2fa2cad5db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f6e294f-5256-4d86-9cc8-d2fa2cad5db9.shg-box.shg-c {
  justify-content: center;
}

#s-67f71915-3555-4159-912f-4446bbf7c34b {
  margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: left;
}

#s-67f71915-3555-4159-912f-4446bbf7c34b .shogun-heading-component h3 {
  color: rgba(15, 15, 15, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-787ce91c-545d-4f98-96b0-825fdf5f328a {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
}

#s-787ce91c-545d-4f98-96b0-825fdf5f328a .shg-proportional-font-size,
#s-787ce91c-545d-4f98-96b0-825fdf5f328a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70949a5c-32fe-416c-b00d-a145186b027a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(29, 71, 57, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(29, 71, 57, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-70949a5c-32fe-416c-b00d-a145186b027a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-70949a5c-32fe-416c-b00d-a145186b027a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(33, 117, 86, 1) !important;
border-radius: 100px !important;
background-color: rgba(33, 117, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-70949a5c-32fe-416c-b00d-a145186b027a-root {
    text-align: left;
  }


#s-70949a5c-32fe-416c-b00d-a145186b027a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70949a5c-32fe-416c-b00d-a145186b027a-root {
    text-align: left;
  }


#s-70949a5c-32fe-416c-b00d-a145186b027a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70949a5c-32fe-416c-b00d-a145186b027a-root {
    text-align: left;
  }


#s-70949a5c-32fe-416c-b00d-a145186b027a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70949a5c-32fe-416c-b00d-a145186b027a-root {
    text-align: left;
  }


#s-70949a5c-32fe-416c-b00d-a145186b027a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70949a5c-32fe-416c-b00d-a145186b027a-root {
    text-align: left;
  }


#s-70949a5c-32fe-416c-b00d-a145186b027a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
