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

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

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

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

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

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

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

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

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

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

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

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

#s-34259c92-89c6-44f2-87d3-ae22b15c72df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-34259c92-89c6-44f2-87d3-ae22b15c72df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34259c92-89c6-44f2-87d3-ae22b15c72df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b193babe-7352-4002-ab61-43fd577a1a2e {
  margin-left: auto;
margin-right: auto;
}

#s-b193babe-7352-4002-ab61-43fd577a1a2e hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-769331dc-f49c-417a-a100-5a884ca02e25 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

.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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  display: none;
}
#s-2c47fa90-93dd-4d06-8689-beb03040c9ed, #wrap-s-2c47fa90-93dd-4d06-8689-beb03040c9ed, #wrap-content-s-2c47fa90-93dd-4d06-8689-beb03040c9ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  display: none;
}
#s-2c47fa90-93dd-4d06-8689-beb03040c9ed, #wrap-s-2c47fa90-93dd-4d06-8689-beb03040c9ed, #wrap-content-s-2c47fa90-93dd-4d06-8689-beb03040c9ed { display: none !important; }}@media (max-width: 767px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed-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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed .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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-2c47fa90-93dd-4d06-8689-beb03040c9ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed-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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed .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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c47fa90-93dd-4d06-8689-beb03040c9ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed-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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed .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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c47fa90-93dd-4d06-8689-beb03040c9ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed-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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed .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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c47fa90-93dd-4d06-8689-beb03040c9ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed-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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed .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-2c47fa90-93dd-4d06-8689-beb03040c9ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-2c47fa90-93dd-4d06-8689-beb03040c9ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c47fa90-93dd-4d06-8689-beb03040c9ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

#s-4901a632-7731-4dca-9f5a-b43c9b2ce05e {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4901a632-7731-4dca-9f5a-b43c9b2ce05e {
  display: none;
}
#s-4901a632-7731-4dca-9f5a-b43c9b2ce05e, #wrap-s-4901a632-7731-4dca-9f5a-b43c9b2ce05e, #wrap-content-s-4901a632-7731-4dca-9f5a-b43c9b2ce05e { display: none !important; }}@media (max-width: 767px){#s-4901a632-7731-4dca-9f5a-b43c9b2ce05e {
  display: none;
}
#s-4901a632-7731-4dca-9f5a-b43c9b2ce05e, #wrap-s-4901a632-7731-4dca-9f5a-b43c9b2ce05e, #wrap-content-s-4901a632-7731-4dca-9f5a-b43c9b2ce05e { display: none !important; }}
@media (min-width: 0px) {
[id="s-4901a632-7731-4dca-9f5a-b43c9b2ce05e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4901a632-7731-4dca-9f5a-b43c9b2ce05e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4901a632-7731-4dca-9f5a-b43c9b2ce05e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4901a632-7731-4dca-9f5a-b43c9b2ce05e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97-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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97-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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97-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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97-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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97-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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .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-5b6aea1a-576e-4ab4-a638-7b5f82600d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6aea1a-576e-4ab4-a638-7b5f82600d97.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d-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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d-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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d-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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d-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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d-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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .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-fd644c8a-0c9a-473c-86a4-ddbb1497918d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd644c8a-0c9a-473c-86a4-ddbb1497918d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a03933fd-461d-49c9-a91b-203cb99c378e {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

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

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

#s-af847ae0-8740-4b97-a8a8-3c4af9a2c79c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-af847ae0-8740-4b97-a8a8-3c4af9a2c79c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-5f1e962b-8b64-433e-8857-f6fb09fcbabb {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-dd394bf1-6606-456a-b1e9-1f77480ec25d {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-dd394bf1-6606-456a-b1e9-1f77480ec25d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-4852185c-f791-45f3-aeb5-9fb79e24a2c2 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-38cd389a-4335-4a9c-bb4c-f0d41a721fe5 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-38cd389a-4335-4a9c-bb4c-f0d41a721fe5 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  display: none;
}
#s-1f766ac4-193a-4367-8600-e74868cc40ee, #wrap-s-1f766ac4-193a-4367-8600-e74868cc40ee, #wrap-content-s-1f766ac4-193a-4367-8600-e74868cc40ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  display: none;
}
#s-1f766ac4-193a-4367-8600-e74868cc40ee, #wrap-s-1f766ac4-193a-4367-8600-e74868cc40ee, #wrap-content-s-1f766ac4-193a-4367-8600-e74868cc40ee { display: none !important; }}@media (max-width: 767px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee-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-1f766ac4-193a-4367-8600-e74868cc40ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee .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-1f766ac4-193a-4367-8600-e74868cc40ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f766ac4-193a-4367-8600-e74868cc40ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-1f766ac4-193a-4367-8600-e74868cc40ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee-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-1f766ac4-193a-4367-8600-e74868cc40ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee .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-1f766ac4-193a-4367-8600-e74868cc40ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f766ac4-193a-4367-8600-e74868cc40ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f766ac4-193a-4367-8600-e74868cc40ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee-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-1f766ac4-193a-4367-8600-e74868cc40ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee .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-1f766ac4-193a-4367-8600-e74868cc40ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f766ac4-193a-4367-8600-e74868cc40ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f766ac4-193a-4367-8600-e74868cc40ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee-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-1f766ac4-193a-4367-8600-e74868cc40ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee .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-1f766ac4-193a-4367-8600-e74868cc40ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f766ac4-193a-4367-8600-e74868cc40ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f766ac4-193a-4367-8600-e74868cc40ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1f766ac4-193a-4367-8600-e74868cc40ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee-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-1f766ac4-193a-4367-8600-e74868cc40ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1f766ac4-193a-4367-8600-e74868cc40ee .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-1f766ac4-193a-4367-8600-e74868cc40ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1f766ac4-193a-4367-8600-e74868cc40ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-1f766ac4-193a-4367-8600-e74868cc40ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f766ac4-193a-4367-8600-e74868cc40ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f0bb82db-7bd2-42fc-a0c3-fb94d93eab3c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-da3cfeee-93c8-4695-9274-71ab2d3b5afb {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-da3cfeee-93c8-4695-9274-71ab2d3b5afb .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3131070e-3b67-4870-82e7-65f8a358bfe3 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-b8567465-7387-4fb8-ad86-84dc011342c6 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-1eeaf457-4f32-4686-a74d-c248b9e0f546 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-60f6423a-ace3-4a44-9322-c03b5d6a87f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-b78309fe-c269-42bc-89b2-34cebd4b0acb {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b78309fe-c269-42bc-89b2-34cebd4b0acb {
  
}
}@media (max-width: 767px){#s-b78309fe-c269-42bc-89b2-34cebd4b0acb {
  
}
}
@media (min-width: 0px) {
[id="s-b78309fe-c269-42bc-89b2-34cebd4b0acb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b78309fe-c269-42bc-89b2-34cebd4b0acb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b78309fe-c269-42bc-89b2-34cebd4b0acb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b78309fe-c269-42bc-89b2-34cebd4b0acb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1799d1b3-8786-4aee-bcc4-501b8f0cb465 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9-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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9-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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9-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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9-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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9-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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .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-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2012192-bd03-4fd0-a8eb-28ceb39c9ab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f396533f-9a50-4a4e-9746-de1523a4c871 {
  margin-top: 80px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-f396533f-9a50-4a4e-9746-de1523a4c871 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-69aa5f5e-fe49-4640-a570-0b9668d1dbc9 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-69aa5f5e-fe49-4640-a570-0b9668d1dbc9 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-be63f1d1-19e6-485a-a855-53b694761bfb {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-07445269-0bfa-4325-b310-c5050d042d6f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-07445269-0bfa-4325-b310-c5050d042d6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07445269-0bfa-4325-b310-c5050d042d6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07445269-0bfa-4325-b310-c5050d042d6f-root {
    text-align: left;
  }


#s-07445269-0bfa-4325-b310-c5050d042d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07445269-0bfa-4325-b310-c5050d042d6f-root {
    text-align: left;
  }


#s-07445269-0bfa-4325-b310-c5050d042d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07445269-0bfa-4325-b310-c5050d042d6f-root {
    text-align: left;
  }


#s-07445269-0bfa-4325-b310-c5050d042d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07445269-0bfa-4325-b310-c5050d042d6f-root {
    text-align: left;
  }


#s-07445269-0bfa-4325-b310-c5050d042d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07445269-0bfa-4325-b310-c5050d042d6f-root {
    text-align: left;
  }


#s-07445269-0bfa-4325-b310-c5050d042d6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6d1e51d7-c366-426a-90c7-f35278a5fee1 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6d1e51d7-c366-426a-90c7-f35278a5fee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d1e51d7-c366-426a-90c7-f35278a5fee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e9fc9eb-439c-4422-9b12-f5d4e466a962 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e9fc9eb-439c-4422-9b12-f5d4e466a962 {
  
}
}@media (max-width: 767px){#s-5e9fc9eb-439c-4422-9b12-f5d4e466a962 {
  
}
}
#s-5e9fc9eb-439c-4422-9b12-f5d4e466a962 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 {
  display: none;
}
#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6, #wrap-s-9e607915-2334-4eec-9fc0-3ae2ba074ba6, #wrap-content-s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 { display: none !important; }}@media (max-width: 767px){#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 {
  display: none;
}
#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6, #wrap-s-9e607915-2334-4eec-9fc0-3ae2ba074ba6, #wrap-content-s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 { display: none !important; }}
#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 td.shogun-table-column, #s-9e607915-2334-4eec-9fc0-3ae2ba074ba6 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-868d8c7b-d3b9-4f64-a446-7e7ad30765dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
  box-sizing: border-box;
}



.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
      position: relative;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
  box-sizing: border-box;
}



.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
      position: relative;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
  box-sizing: border-box;
}



.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
      position: relative;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
  box-sizing: border-box;
}



.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
      position: relative;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  margin: 0 !important;
  overflow: visible;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add background color handling */
  
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image {
  box-sizing: border-box;
}



.s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container {
      position: relative;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc9bb74-80ed-4755-b522-b2a0fca958ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-4cc0c012-0385-438d-9e83-04d2935795c1 {
  padding-top: 22px;
}

#s-baa8b65a-77fe-464f-97f2-54fdc7beee0c {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baa8b65a-77fe-464f-97f2-54fdc7beee0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ba596386-12e9-41fd-b487-d909861234c7 {
  max-width: 70px;
text-align: center;
}

#s-ba596386-12e9-41fd-b487-d909861234c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba596386-12e9-41fd-b487-d909861234c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba596386-12e9-41fd-b487-d909861234c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
  box-sizing: border-box;
}



.s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ba596386-12e9-41fd-b487-d909861234c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba596386-12e9-41fd-b487-d909861234c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba596386-12e9-41fd-b487-d909861234c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
  box-sizing: border-box;
}



.s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba596386-12e9-41fd-b487-d909861234c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba596386-12e9-41fd-b487-d909861234c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba596386-12e9-41fd-b487-d909861234c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
  box-sizing: border-box;
}



.s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba596386-12e9-41fd-b487-d909861234c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba596386-12e9-41fd-b487-d909861234c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba596386-12e9-41fd-b487-d909861234c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
  box-sizing: border-box;
}



.s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ba596386-12e9-41fd-b487-d909861234c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba596386-12e9-41fd-b487-d909861234c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba596386-12e9-41fd-b487-d909861234c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ba596386-12e9-41fd-b487-d909861234c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba596386-12e9-41fd-b487-d909861234c7.shogun-image {
  box-sizing: border-box;
}



.s-ba596386-12e9-41fd-b487-d909861234c7 img.shogun-image {
  
}


}
#s-8da3ea5d-9c9f-44c4-81b8-efb1a331b475 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26910f62-cf16-482c-a83f-5f40042a59a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
  box-sizing: border-box;
}



.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
      position: relative;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
  box-sizing: border-box;
}



.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
      position: relative;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
  box-sizing: border-box;
}



.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
      position: relative;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
  box-sizing: border-box;
}



.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
      position: relative;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image {
  box-sizing: border-box;
}



.s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container {
      position: relative;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcb70c3-c7f2-4b99-9b3b-fb436a25302f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-c868af18-7652-4312-9110-d8d43ae662f3 {
  padding-top: 22px;
}

#s-5a647841-4ee7-42e9-8b28-21e3823a3cca {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a647841-4ee7-42e9-8b28-21e3823a3cca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  max-width: 70px;
text-align: center;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  margin: 0 !important;
  overflow: visible;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add background color handling */
  
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
  box-sizing: border-box;
}



.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  margin: 0 !important;
  overflow: visible;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add background color handling */
  
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
  box-sizing: border-box;
}



.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  margin: 0 !important;
  overflow: visible;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add background color handling */
  
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
  box-sizing: border-box;
}



.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  margin: 0 !important;
  overflow: visible;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add background color handling */
  
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
  box-sizing: border-box;
}



.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  margin: 0 !important;
  overflow: visible;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add background color handling */
  
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3.shogun-image {
  box-sizing: border-box;
}



.s-53fdf7c8-bd26-4d53-9341-94e0d9295bf3 img.shogun-image {
  
}


}
#s-06c0050a-3819-48ff-bf9f-4a8dddf3af5d {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91c38666-840c-45c0-9669-5933923509f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ae12b922-9482-4c2b-a03f-74928496f347 {
  max-width: 70px;
text-align: center;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae12b922-9482-4c2b-a03f-74928496f347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
  box-sizing: border-box;
}



.s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ae12b922-9482-4c2b-a03f-74928496f347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae12b922-9482-4c2b-a03f-74928496f347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
  box-sizing: border-box;
}



.s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ae12b922-9482-4c2b-a03f-74928496f347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae12b922-9482-4c2b-a03f-74928496f347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
  box-sizing: border-box;
}



.s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ae12b922-9482-4c2b-a03f-74928496f347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae12b922-9482-4c2b-a03f-74928496f347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
  box-sizing: border-box;
}



.s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ae12b922-9482-4c2b-a03f-74928496f347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae12b922-9482-4c2b-a03f-74928496f347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ae12b922-9482-4c2b-a03f-74928496f347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae12b922-9482-4c2b-a03f-74928496f347.shogun-image {
  box-sizing: border-box;
}



.s-ae12b922-9482-4c2b-a03f-74928496f347 img.shogun-image {
  
}


}
#s-5c6a44d3-0ed1-4054-83f7-4e6b695c7dd4 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe07b356-1a97-40c8-843d-967a25aa5406"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
  box-sizing: border-box;
}



.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
      position: relative;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
  box-sizing: border-box;
}



.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
      position: relative;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
  box-sizing: border-box;
}



.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
      position: relative;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
  box-sizing: border-box;
}



.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
      position: relative;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image {
  box-sizing: border-box;
}



.s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container {
      position: relative;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3c20f0-1ae3-4e22-9547-3bef060526a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-5b423eed-3f84-4c98-a7fd-cfaf500ba8f6 {
  padding-top: 22px;
}

#s-f400b25c-6149-4e87-8c26-44796d0b99ab {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f400b25c-6149-4e87-8c26-44796d0b99ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  max-width: 70px;
text-align: center;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  margin: 0 !important;
  overflow: visible;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add background color handling */
  
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
  box-sizing: border-box;
}



.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  
}


@media (min-width: 1200px){#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  margin: 0 !important;
  overflow: visible;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add background color handling */
  
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
  box-sizing: border-box;
}



.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  margin: 0 !important;
  overflow: visible;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add background color handling */
  
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
  box-sizing: border-box;
}



.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  margin: 0 !important;
  overflow: visible;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add background color handling */
  
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
  box-sizing: border-box;
}



.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  
}


}@media (max-width: 767px){#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  margin: 0 !important;
  overflow: visible;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add background color handling */
  
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 .shogun-image-content {
  
    justify-content: center;
  
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911a0bfa-82f7-4c1b-97b6-9ae087e52108.shogun-image {
  box-sizing: border-box;
}



.s-911a0bfa-82f7-4c1b-97b6-9ae087e52108 img.shogun-image {
  
}


}
#s-7def7dbd-574a-4f17-8e1b-e1e73d805840 {
  padding-top: 19px;
}

#s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce68b954-be66-4b06-bb5c-f3e0ec3bd456"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  max-width: 70px;
text-align: center;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  margin: 0 !important;
  overflow: visible;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add background color handling */
  
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
  box-sizing: border-box;
}



.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  
}


@media (min-width: 1200px){#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  margin: 0 !important;
  overflow: visible;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add background color handling */
  
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
  box-sizing: border-box;
}



.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  margin: 0 !important;
  overflow: visible;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add background color handling */
  
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
  box-sizing: border-box;
}



.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  margin: 0 !important;
  overflow: visible;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add background color handling */
  
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
  box-sizing: border-box;
}



.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  
}


}@media (max-width: 767px){#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  margin: 0 !important;
  overflow: visible;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add background color handling */
  
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a.shogun-image {
  box-sizing: border-box;
}



.s-4eca7aee-ca3c-4ab1-b424-8cdcc79bef3a img.shogun-image {
  
}


}
#s-14f8dc1b-e493-4406-86c9-f6800cc18cce {
  padding-top: 19px;
}

#s-c23ebebd-bc3e-4574-98c1-26d03516522d {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c23ebebd-bc3e-4574-98c1-26d03516522d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
  box-sizing: border-box;
}



.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
      position: relative;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
  box-sizing: border-box;
}



.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
      position: relative;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
  box-sizing: border-box;
}



.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
      position: relative;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
  box-sizing: border-box;
}



.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
      position: relative;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image {
  box-sizing: border-box;
}



.s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container {
      position: relative;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6a96fc-33e0-4478-8238-453e845cb8c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-45bf5155-9433-45da-b045-7c0b50432e1a {
  padding-top: 22px;
}

#s-f8939b34-00fb-4537-8152-43d0359d8d8b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f8939b34-00fb-4537-8152-43d0359d8d8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  max-width: 70px;
text-align: center;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f79195fc-ca65-49f4-a370-988063c2dff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
  box-sizing: border-box;
}



.s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f79195fc-ca65-49f4-a370-988063c2dff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
  box-sizing: border-box;
}



.s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f79195fc-ca65-49f4-a370-988063c2dff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
  box-sizing: border-box;
}



.s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f79195fc-ca65-49f4-a370-988063c2dff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
  box-sizing: border-box;
}



.s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  margin: 0 !important;
  overflow: visible;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f79195fc-ca65-49f4-a370-988063c2dff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add background color handling */
  
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f79195fc-ca65-49f4-a370-988063c2dff9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f79195fc-ca65-49f4-a370-988063c2dff9.shogun-image {
  box-sizing: border-box;
}



.s-f79195fc-ca65-49f4-a370-988063c2dff9 img.shogun-image {
  
}


}
#s-4ec9e91f-9d4c-43f9-8432-f3b8af0460fe {
  padding-top: 22px;
}

#s-b18521c7-b37f-42fe-84c6-e00dfe8f1009 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b18521c7-b37f-42fe-84c6-e00dfe8f1009"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  max-width: 70px;
text-align: center;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  margin: 0 !important;
  overflow: visible;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add background color handling */
  
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
  box-sizing: border-box;
}



.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  
}


@media (min-width: 1200px){#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  margin: 0 !important;
  overflow: visible;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add background color handling */
  
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
  box-sizing: border-box;
}



.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  margin: 0 !important;
  overflow: visible;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add background color handling */
  
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
  box-sizing: border-box;
}



.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  margin: 0 !important;
  overflow: visible;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add background color handling */
  
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
  box-sizing: border-box;
}



.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  
}


}@media (max-width: 767px){#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  margin: 0 !important;
  overflow: visible;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add background color handling */
  
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df.shogun-image {
  box-sizing: border-box;
}



.s-9d3e5541-e0c6-43d2-80c9-75afd6bd02df img.shogun-image {
  
}


}
#s-64a4797e-7ffb-488d-8531-ab2a5f2732ae {
  padding-top: 22px;
}

#s-eef561db-84f8-44be-835e-13d9d86c884e {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eef561db-84f8-44be-835e-13d9d86c884e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  margin: 0 !important;
  overflow: visible;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add background color handling */
  
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
  box-sizing: border-box;
}



.s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
      position: relative;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  margin: 0 !important;
  overflow: visible;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add background color handling */
  
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
  box-sizing: border-box;
}



.s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
      position: relative;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  margin: 0 !important;
  overflow: visible;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add background color handling */
  
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
  box-sizing: border-box;
}



.s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
      position: relative;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  margin: 0 !important;
  overflow: visible;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add background color handling */
  
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
  box-sizing: border-box;
}



.s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
      position: relative;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  margin: 0 !important;
  overflow: visible;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add background color handling */
  
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-08ea5c29-5440-46ed-9630-c5df1449dc1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image {
  box-sizing: border-box;
}



.s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container {
      position: relative;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ea5c29-5440-46ed-9630-c5df1449dc1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-cfae2865-af36-4536-be38-ba5225b28052 {
  padding-top: 19px;
}

#s-fef53557-8d83-4c2f-bfbd-8b4f243b282a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fef53557-8d83-4c2f-bfbd-8b4f243b282a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  max-width: 70px;
text-align: center;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6334d5-830e-4616-8d44-1fde21c4cacc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
  box-sizing: border-box;
}



.s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  
}


@media (min-width: 1200px){#s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6334d5-830e-4616-8d44-1fde21c4cacc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
  box-sizing: border-box;
}



.s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6334d5-830e-4616-8d44-1fde21c4cacc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
  box-sizing: border-box;
}



.s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6334d5-830e-4616-8d44-1fde21c4cacc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
  box-sizing: border-box;
}



.s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  
}


}@media (max-width: 767px){#s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6334d5-830e-4616-8d44-1fde21c4cacc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f6334d5-830e-4616-8d44-1fde21c4cacc .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6334d5-830e-4616-8d44-1fde21c4cacc.shogun-image {
  box-sizing: border-box;
}



.s-4f6334d5-830e-4616-8d44-1fde21c4cacc img.shogun-image {
  
}


}
#s-5511efd3-ba75-4904-8bd9-333acacd5d7e {
  padding-top: 19px;
}

#s-f09bb0b9-6d1c-461c-9202-20e800d66765 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09bb0b9-6d1c-461c-9202-20e800d66765"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-326192be-774e-44ed-8302-cb007f127acd {
  max-width: 70px;
text-align: center;
}

#s-326192be-774e-44ed-8302-cb007f127acd {
  margin: 0 !important;
  overflow: visible;
}

#s-326192be-774e-44ed-8302-cb007f127acd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add background color handling */
  
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-326192be-774e-44ed-8302-cb007f127acd .shogun-image-content {
  
    justify-content: center;
  
}

.s-326192be-774e-44ed-8302-cb007f127acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
  box-sizing: border-box;
}



.s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  
}


@media (min-width: 1200px){#s-326192be-774e-44ed-8302-cb007f127acd {
  margin: 0 !important;
  overflow: visible;
}

#s-326192be-774e-44ed-8302-cb007f127acd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add background color handling */
  
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-326192be-774e-44ed-8302-cb007f127acd .shogun-image-content {
  
    justify-content: center;
  
}

.s-326192be-774e-44ed-8302-cb007f127acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
  box-sizing: border-box;
}



.s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-326192be-774e-44ed-8302-cb007f127acd {
  margin: 0 !important;
  overflow: visible;
}

#s-326192be-774e-44ed-8302-cb007f127acd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add background color handling */
  
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-326192be-774e-44ed-8302-cb007f127acd .shogun-image-content {
  
    justify-content: center;
  
}

.s-326192be-774e-44ed-8302-cb007f127acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
  box-sizing: border-box;
}



.s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-326192be-774e-44ed-8302-cb007f127acd {
  margin: 0 !important;
  overflow: visible;
}

#s-326192be-774e-44ed-8302-cb007f127acd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add background color handling */
  
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-326192be-774e-44ed-8302-cb007f127acd .shogun-image-content {
  
    justify-content: center;
  
}

.s-326192be-774e-44ed-8302-cb007f127acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
  box-sizing: border-box;
}



.s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  
}


}@media (max-width: 767px){#s-326192be-774e-44ed-8302-cb007f127acd {
  margin: 0 !important;
  overflow: visible;
}

#s-326192be-774e-44ed-8302-cb007f127acd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-326192be-774e-44ed-8302-cb007f127acd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add background color handling */
  
}

#s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-326192be-774e-44ed-8302-cb007f127acd .shogun-image-content {
  
    justify-content: center;
  
}

.s-326192be-774e-44ed-8302-cb007f127acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-326192be-774e-44ed-8302-cb007f127acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326192be-774e-44ed-8302-cb007f127acd.shogun-image {
  box-sizing: border-box;
}



.s-326192be-774e-44ed-8302-cb007f127acd img.shogun-image {
  
}


}
#s-ec71279e-141f-4dd5-b5b8-b48552865e04 {
  margin-top: 20px;
margin-bottom: 2px;
padding-top: 1px;
}

#s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8425e2d3-0a2f-4c5d-b7ca-28de9447c098"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  max-width: 70px;
text-align: center;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
  box-sizing: border-box;
}



.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  
}


@media (min-width: 1200px){#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
  box-sizing: border-box;
}



.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
  box-sizing: border-box;
}



.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
  box-sizing: border-box;
}



.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  
}


}@media (max-width: 767px){#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  margin: 0 !important;
  overflow: visible;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add background color handling */
  
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d.shogun-image {
  box-sizing: border-box;
}



.s-87ab78e1-8b11-4d09-857d-c57cf1ec6d0d img.shogun-image {
  
}


}
#s-22d730e8-f507-495e-8a81-407d44f6a22f {
  padding-top: 22px;
}

#s-407792a7-78dc-4b67-adca-df776d94c12a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-407792a7-78dc-4b67-adca-df776d94c12a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  max-width: 70px;
text-align: center;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
  box-sizing: border-box;
}



.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
  box-sizing: border-box;
}



.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
  box-sizing: border-box;
}



.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
  box-sizing: border-box;
}



.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-317f7cea-3e78-4e19-9b9e-584b88cefca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-317f7cea-3e78-4e19-9b9e-584b88cefca8.shogun-image {
  box-sizing: border-box;
}



.s-317f7cea-3e78-4e19-9b9e-584b88cefca8 img.shogun-image {
  
}


}
#s-e20f291b-7f7c-4d9d-aaf9-9e4a9ddf733f {
  padding-top: 22px;
}

#s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f539d599-8d42-4f8d-9c16-dfe2a649ad7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
      position: relative;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
      position: relative;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
      position: relative;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
      position: relative;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container {
      position: relative;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f7e012-049d-4c9e-8fe6-d7fb810ad6cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a8d81263-88a7-4ae2-b502-7e332e648550 {
  padding-top: 22px;
}

#s-d1bced8b-54b5-465e-b105-6d29404919d2 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1bced8b-54b5-465e-b105-6d29404919d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  max-width: 70px;
text-align: center;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ac7f256-71db-43b1-a33f-bf047b60c944 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
  box-sizing: border-box;
}



.s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ac7f256-71db-43b1-a33f-bf047b60c944 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
  box-sizing: border-box;
}



.s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ac7f256-71db-43b1-a33f-bf047b60c944 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
  box-sizing: border-box;
}



.s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ac7f256-71db-43b1-a33f-bf047b60c944 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
  box-sizing: border-box;
}



.s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ac7f256-71db-43b1-a33f-bf047b60c944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ac7f256-71db-43b1-a33f-bf047b60c944 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ac7f256-71db-43b1-a33f-bf047b60c944.shogun-image {
  box-sizing: border-box;
}



.s-0ac7f256-71db-43b1-a33f-bf047b60c944 img.shogun-image {
  
}


}
#s-89dfe161-29a7-4a59-a7b3-69080cbb0190 {
  padding-top: 22px;
}

#s-8bb41c01-45e4-4383-8040-d4abf0383550 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8bb41c01-45e4-4383-8040-d4abf0383550 {
  display: none;
}
#s-8bb41c01-45e4-4383-8040-d4abf0383550, #wrap-s-8bb41c01-45e4-4383-8040-d4abf0383550, #wrap-content-s-8bb41c01-45e4-4383-8040-d4abf0383550 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bb41c01-45e4-4383-8040-d4abf0383550 {
  display: none;
}
#s-8bb41c01-45e4-4383-8040-d4abf0383550, #wrap-s-8bb41c01-45e4-4383-8040-d4abf0383550, #wrap-content-s-8bb41c01-45e4-4383-8040-d4abf0383550 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bb41c01-45e4-4383-8040-d4abf0383550 {
  
}
}@media (max-width: 767px){#s-8bb41c01-45e4-4383-8040-d4abf0383550 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8bb41c01-45e4-4383-8040-d4abf0383550 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-8bb41c01-45e4-4383-8040-d4abf0383550 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8bb41c01-45e4-4383-8040-d4abf0383550 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8bb41c01-45e4-4383-8040-d4abf0383550 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-8bb41c01-45e4-4383-8040-d4abf0383550 td.shogun-table-column, #s-8bb41c01-45e4-4383-8040-d4abf0383550 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-d2cc31a2-5998-4c4b-8c23-89edf1715849 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2cc31a2-5998-4c4b-8c23-89edf1715849"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-da632993-3c02-45be-bc35-da592ec6523e {
  max-width: 70px;
text-align: center;
}

#s-da632993-3c02-45be-bc35-da592ec6523e {
  margin: 0 !important;
  overflow: visible;
}

#s-da632993-3c02-45be-bc35-da592ec6523e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add background color handling */
  
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da632993-3c02-45be-bc35-da592ec6523e .shogun-image-content {
  
    justify-content: center;
  
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
  box-sizing: border-box;
}



.s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  
}


@media (min-width: 1200px){#s-da632993-3c02-45be-bc35-da592ec6523e {
  margin: 0 !important;
  overflow: visible;
}

#s-da632993-3c02-45be-bc35-da592ec6523e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add background color handling */
  
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da632993-3c02-45be-bc35-da592ec6523e .shogun-image-content {
  
    justify-content: center;
  
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
  box-sizing: border-box;
}



.s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da632993-3c02-45be-bc35-da592ec6523e {
  margin: 0 !important;
  overflow: visible;
}

#s-da632993-3c02-45be-bc35-da592ec6523e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add background color handling */
  
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da632993-3c02-45be-bc35-da592ec6523e .shogun-image-content {
  
    justify-content: center;
  
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
  box-sizing: border-box;
}



.s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da632993-3c02-45be-bc35-da592ec6523e {
  margin: 0 !important;
  overflow: visible;
}

#s-da632993-3c02-45be-bc35-da592ec6523e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add background color handling */
  
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da632993-3c02-45be-bc35-da592ec6523e .shogun-image-content {
  
    justify-content: center;
  
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
  box-sizing: border-box;
}



.s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  
}


}@media (max-width: 767px){#s-da632993-3c02-45be-bc35-da592ec6523e {
  margin: 0 !important;
  overflow: visible;
}

#s-da632993-3c02-45be-bc35-da592ec6523e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da632993-3c02-45be-bc35-da592ec6523e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add background color handling */
  
}

#s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da632993-3c02-45be-bc35-da592ec6523e .shogun-image-content {
  
    justify-content: center;
  
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da632993-3c02-45be-bc35-da592ec6523e.shogun-image {
  box-sizing: border-box;
}



.s-da632993-3c02-45be-bc35-da592ec6523e img.shogun-image {
  
}


}
#s-5c3ff32f-9b4b-476d-b3f1-0d67ebfbd45f {
  padding-top: 22px;
}

#s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92c3dcc1-a78f-4909-9aed-8f325beb0b0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  max-width: 70px;
text-align: center;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  
}


@media (min-width: 1200px){#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  
}


}@media (max-width: 767px){#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  margin: 0 !important;
  overflow: visible;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add background color handling */
  
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf.shogun-image {
  box-sizing: border-box;
}



.s-f14fbbf9-5dea-45dc-ae9c-e680f57ad6cf img.shogun-image {
  
}


}
#s-556fd22e-6b33-4fd9-b713-3cf42dd05a09 {
  padding-top: 22px;
}

#s-b3b04f81-927f-44ea-98fa-4c85fe69481f {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3b04f81-927f-44ea-98fa-4c85fe69481f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  max-width: 70px;
text-align: center;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  margin: 0 !important;
  overflow: visible;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add background color handling */
  
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-68fc9c7d-9935-4815-a698-9236b8d2a220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
  box-sizing: border-box;
}



.s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  
}


@media (min-width: 1200px){#s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  margin: 0 !important;
  overflow: visible;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add background color handling */
  
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-68fc9c7d-9935-4815-a698-9236b8d2a220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
  box-sizing: border-box;
}



.s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  margin: 0 !important;
  overflow: visible;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add background color handling */
  
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-68fc9c7d-9935-4815-a698-9236b8d2a220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
  box-sizing: border-box;
}



.s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  margin: 0 !important;
  overflow: visible;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add background color handling */
  
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-68fc9c7d-9935-4815-a698-9236b8d2a220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
  box-sizing: border-box;
}



.s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  
}


}@media (max-width: 767px){#s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  margin: 0 !important;
  overflow: visible;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68fc9c7d-9935-4815-a698-9236b8d2a220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add background color handling */
  
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-68fc9c7d-9935-4815-a698-9236b8d2a220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68fc9c7d-9935-4815-a698-9236b8d2a220.shogun-image {
  box-sizing: border-box;
}



.s-68fc9c7d-9935-4815-a698-9236b8d2a220 img.shogun-image {
  
}


}
#s-c61a05f9-2c15-4a53-8413-b2da2448a742 {
  padding-top: 22px;
}

#s-c8fed373-8b40-42bc-b14f-c5328188f020 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8fed373-8b40-42bc-b14f-c5328188f020"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  max-width: 70px;
text-align: center;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  margin: 0 !important;
  overflow: visible;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add background color handling */
  
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
  box-sizing: border-box;
}



.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  
}


@media (min-width: 1200px){#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  margin: 0 !important;
  overflow: visible;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add background color handling */
  
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
  box-sizing: border-box;
}



.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  margin: 0 !important;
  overflow: visible;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add background color handling */
  
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
  box-sizing: border-box;
}



.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  margin: 0 !important;
  overflow: visible;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add background color handling */
  
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
  box-sizing: border-box;
}



.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  
}


}@media (max-width: 767px){#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  margin: 0 !important;
  overflow: visible;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add background color handling */
  
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a.shogun-image {
  box-sizing: border-box;
}



.s-c8358cd5-9ed7-4ef0-bcff-166cbc7c6a4a img.shogun-image {
  
}


}
#s-9ddef39a-acb4-41f3-8508-071caf171303 {
  padding-top: 22px;
}

#s-ef831470-1c25-4942-b404-0c232afc4471 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef831470-1c25-4942-b404-0c232afc4471"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-02957830-b231-44d1-9f89-57028bc27e50 {
  max-width: 70px;
text-align: center;
}

#s-02957830-b231-44d1-9f89-57028bc27e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-02957830-b231-44d1-9f89-57028bc27e50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02957830-b231-44d1-9f89-57028bc27e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
  box-sizing: border-box;
}



.s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  
}


@media (min-width: 1200px){#s-02957830-b231-44d1-9f89-57028bc27e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-02957830-b231-44d1-9f89-57028bc27e50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02957830-b231-44d1-9f89-57028bc27e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
  box-sizing: border-box;
}



.s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-02957830-b231-44d1-9f89-57028bc27e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-02957830-b231-44d1-9f89-57028bc27e50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02957830-b231-44d1-9f89-57028bc27e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
  box-sizing: border-box;
}



.s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-02957830-b231-44d1-9f89-57028bc27e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-02957830-b231-44d1-9f89-57028bc27e50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02957830-b231-44d1-9f89-57028bc27e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
  box-sizing: border-box;
}



.s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  
}


}@media (max-width: 767px){#s-02957830-b231-44d1-9f89-57028bc27e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-02957830-b231-44d1-9f89-57028bc27e50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02957830-b231-44d1-9f89-57028bc27e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02957830-b231-44d1-9f89-57028bc27e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02957830-b231-44d1-9f89-57028bc27e50.shogun-image {
  box-sizing: border-box;
}



.s-02957830-b231-44d1-9f89-57028bc27e50 img.shogun-image {
  
}


}
#s-206973f9-6e46-4b21-bfda-855c9a0fbeac {
  padding-top: 19px;
}

#s-84c13545-f160-487d-a2f0-f9aa654e1e73 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84c13545-f160-487d-a2f0-f9aa654e1e73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-de83d82b-4c77-40dc-a336-2f895600c054 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 {
  margin: 0 !important;
  overflow: visible;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add background color handling */
  
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
  box-sizing: border-box;
}



.s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de83d82b-4c77-40dc-a336-2f895600c054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
      position: relative;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-de83d82b-4c77-40dc-a336-2f895600c054 {
  margin: 0 !important;
  overflow: visible;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add background color handling */
  
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
  box-sizing: border-box;
}



.s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de83d82b-4c77-40dc-a336-2f895600c054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
      position: relative;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-de83d82b-4c77-40dc-a336-2f895600c054 {
  margin: 0 !important;
  overflow: visible;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add background color handling */
  
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
  box-sizing: border-box;
}



.s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de83d82b-4c77-40dc-a336-2f895600c054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
      position: relative;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-de83d82b-4c77-40dc-a336-2f895600c054 {
  margin: 0 !important;
  overflow: visible;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add background color handling */
  
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
  box-sizing: border-box;
}



.s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de83d82b-4c77-40dc-a336-2f895600c054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
      position: relative;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-de83d82b-4c77-40dc-a336-2f895600c054 {
  margin: 0 !important;
  overflow: visible;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de83d82b-4c77-40dc-a336-2f895600c054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add background color handling */
  
}

#s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de83d82b-4c77-40dc-a336-2f895600c054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de83d82b-4c77-40dc-a336-2f895600c054 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image {
  box-sizing: border-box;
}



.s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-de83d82b-4c77-40dc-a336-2f895600c054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container {
      position: relative;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de83d82b-4c77-40dc-a336-2f895600c054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-e699f8da-acb1-4916-b2ff-fa8cae46cbac {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01761d54-c67e-4cb0-804d-cb6ca90500bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  max-width: 70px;
text-align: center;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  margin: 0 !important;
  overflow: visible;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add background color handling */
  
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
  box-sizing: border-box;
}



.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  
}


@media (min-width: 1200px){#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  margin: 0 !important;
  overflow: visible;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add background color handling */
  
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
  box-sizing: border-box;
}



.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  margin: 0 !important;
  overflow: visible;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add background color handling */
  
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
  box-sizing: border-box;
}



.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  margin: 0 !important;
  overflow: visible;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add background color handling */
  
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
  box-sizing: border-box;
}



.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  
}


}@media (max-width: 767px){#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  margin: 0 !important;
  overflow: visible;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add background color handling */
  
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80.shogun-image {
  box-sizing: border-box;
}



.s-df1153c2-6ce5-4aa9-8b59-9ea24722ee80 img.shogun-image {
  
}


}
#s-18fbf824-f1eb-4eb2-8ae5-04a14cd0556a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7f2d2be-c596-4236-8653-a37ee312c420"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
  box-sizing: border-box;
}



.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
      position: relative;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
  box-sizing: border-box;
}



.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
      position: relative;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
  box-sizing: border-box;
}



.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
      position: relative;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
  box-sizing: border-box;
}



.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
      position: relative;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image {
  box-sizing: border-box;
}



.s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container {
      position: relative;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ab3f2c-e089-41b0-8c78-db7e0a25fcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-abac2904-f9e8-4b67-9747-4483f5b0a9d2 {
  padding-top: 22px;
}

#s-0afab18f-1595-4219-8176-0b12800102a8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0afab18f-1595-4219-8176-0b12800102a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
  box-sizing: border-box;
}



.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
      position: relative;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
  box-sizing: border-box;
}



.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
      position: relative;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
  box-sizing: border-box;
}



.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
      position: relative;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
  box-sizing: border-box;
}



.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
      position: relative;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image {
  box-sizing: border-box;
}



.s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container {
      position: relative;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ed86bce-4b3a-4c61-a09e-66834c7e04e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-fdd37766-0b33-4d80-a5b8-909131ac9154 {
  padding-top: 22px;
}

#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 {
  display: none;
}
#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138, #wrap-s-ba4b8a41-60c1-486b-bc1f-35bd4263a138, #wrap-content-s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 {
  display: none;
}
#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138, #wrap-s-ba4b8a41-60c1-486b-bc1f-35bd4263a138, #wrap-content-s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 {
  
}
}@media (max-width: 767px){#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 td.shogun-table-column, #s-ba4b8a41-60c1-486b-bc1f-35bd4263a138 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1de75d5-80d9-42d4-9b00-17d866b2abbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
  box-sizing: border-box;
}



.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
      position: relative;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
  box-sizing: border-box;
}



.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
      position: relative;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
  box-sizing: border-box;
}



.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
      position: relative;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
  box-sizing: border-box;
}



.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
      position: relative;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image {
  box-sizing: border-box;
}



.s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container {
      position: relative;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8d1bac-78ff-4381-8e91-77addceb8fc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-c23230ac-65b7-4b92-8183-ddc9570bf648 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af9b9614-1b5b-4df5-a5d2-5b12fb29d687"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d64cc460-075a-40af-adac-92d343f66d6b {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b {
  margin: 0 !important;
  overflow: visible;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add background color handling */
  
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
  box-sizing: border-box;
}



.s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d64cc460-075a-40af-adac-92d343f66d6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
      position: relative;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d64cc460-075a-40af-adac-92d343f66d6b {
  margin: 0 !important;
  overflow: visible;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add background color handling */
  
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
  box-sizing: border-box;
}



.s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d64cc460-075a-40af-adac-92d343f66d6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
      position: relative;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d64cc460-075a-40af-adac-92d343f66d6b {
  margin: 0 !important;
  overflow: visible;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add background color handling */
  
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
  box-sizing: border-box;
}



.s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d64cc460-075a-40af-adac-92d343f66d6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
      position: relative;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d64cc460-075a-40af-adac-92d343f66d6b {
  margin: 0 !important;
  overflow: visible;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add background color handling */
  
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
  box-sizing: border-box;
}



.s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d64cc460-075a-40af-adac-92d343f66d6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
      position: relative;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d64cc460-075a-40af-adac-92d343f66d6b {
  margin: 0 !important;
  overflow: visible;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d64cc460-075a-40af-adac-92d343f66d6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add background color handling */
  
}

#s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64cc460-075a-40af-adac-92d343f66d6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d64cc460-075a-40af-adac-92d343f66d6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image {
  box-sizing: border-box;
}



.s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d64cc460-075a-40af-adac-92d343f66d6b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container {
      position: relative;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64cc460-075a-40af-adac-92d343f66d6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-9d6c6246-f124-4211-8623-51e135d0c171 {
  padding-top: 22px;
}

#s-496c1134-d333-4344-abe7-99f21ec7bea6 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496c1134-d333-4344-abe7-99f21ec7bea6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  max-width: 70px;
text-align: center;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
  box-sizing: border-box;
}



.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
  box-sizing: border-box;
}



.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
  box-sizing: border-box;
}



.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
  box-sizing: border-box;
}



.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c3c8e6-df0c-4497-829c-21e8a1eab982.shogun-image {
  box-sizing: border-box;
}



.s-e3c3c8e6-df0c-4497-829c-21e8a1eab982 img.shogun-image {
  
}


}
#s-4efc4587-9652-4fc2-8d87-c16be7b1afd4 {
  padding-top: 19px;
}

#s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dd90f4e-c0fc-44b8-ad3c-95f7a16df0af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  margin: 0 !important;
  overflow: visible;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add background color handling */
  
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-content {
  
    justify-content: center;
  
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
  box-sizing: border-box;
}



.s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
      position: relative;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  margin: 0 !important;
  overflow: visible;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add background color handling */
  
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-content {
  
    justify-content: center;
  
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
  box-sizing: border-box;
}



.s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
      position: relative;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  margin: 0 !important;
  overflow: visible;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add background color handling */
  
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-content {
  
    justify-content: center;
  
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
  box-sizing: border-box;
}



.s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
      position: relative;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  margin: 0 !important;
  overflow: visible;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add background color handling */
  
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-content {
  
    justify-content: center;
  
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
  box-sizing: border-box;
}



.s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
      position: relative;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  margin: 0 !important;
  overflow: visible;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add background color handling */
  
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-efcd3a44-7aa2-4984-bc39-42609a77b74b .shogun-image-content {
  
    justify-content: center;
  
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image {
  box-sizing: border-box;
}



.s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container {
      position: relative;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcd3a44-7aa2-4984-bc39-42609a77b74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-87d3c150-059b-41c9-ac9f-993eccafbe17 {
  padding-top: 19px;
}

#s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de66ee18-1ec9-49b6-8b99-a1e7edac5d92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  max-width: 70px;
text-align: center;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  margin: 0 !important;
  overflow: visible;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add background color handling */
  
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-213f98f4-1885-4ed0-8e14-57cfb701b7be .shogun-image-content {
  
    justify-content: center;
  
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
  box-sizing: border-box;
}



.s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  
}


@media (min-width: 1200px){#s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  margin: 0 !important;
  overflow: visible;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add background color handling */
  
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-213f98f4-1885-4ed0-8e14-57cfb701b7be .shogun-image-content {
  
    justify-content: center;
  
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
  box-sizing: border-box;
}



.s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  margin: 0 !important;
  overflow: visible;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add background color handling */
  
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-213f98f4-1885-4ed0-8e14-57cfb701b7be .shogun-image-content {
  
    justify-content: center;
  
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
  box-sizing: border-box;
}



.s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  margin: 0 !important;
  overflow: visible;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add background color handling */
  
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-213f98f4-1885-4ed0-8e14-57cfb701b7be .shogun-image-content {
  
    justify-content: center;
  
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
  box-sizing: border-box;
}



.s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  
}


}@media (max-width: 767px){#s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  margin: 0 !important;
  overflow: visible;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-213f98f4-1885-4ed0-8e14-57cfb701b7be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add background color handling */
  
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-213f98f4-1885-4ed0-8e14-57cfb701b7be .shogun-image-content {
  
    justify-content: center;
  
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-213f98f4-1885-4ed0-8e14-57cfb701b7be.shogun-image {
  box-sizing: border-box;
}



.s-213f98f4-1885-4ed0-8e14-57cfb701b7be img.shogun-image {
  
}


}
#s-4a14833d-a550-42b2-b3f8-5300e67e6889 {
  padding-top: 19px;
}

#s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39e0082d-0ff9-4584-8261-4d6e1f9c2cd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  max-width: 70px;
text-align: center;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
  box-sizing: border-box;
}



.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  
}


@media (min-width: 1200px){#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
  box-sizing: border-box;
}



.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
  box-sizing: border-box;
}



.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
  box-sizing: border-box;
}



.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  
}


}@media (max-width: 767px){#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b0bec0-6b2f-47bf-ae92-732aa8dee614.shogun-image {
  box-sizing: border-box;
}



.s-36b0bec0-6b2f-47bf-ae92-732aa8dee614 img.shogun-image {
  
}


}
#s-fb071084-0cfb-4bf7-a8f7-2603d3d59cd8 {
  margin-top: 20px;
margin-bottom: 2px;
padding-top: 1px;
}

#s-1e13e9a9-aa41-48ae-8720-7948bb833a90 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e13e9a9-aa41-48ae-8720-7948bb833a90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  max-width: 70px;
text-align: center;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  margin: 0 !important;
  overflow: visible;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add background color handling */
  
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ecde0acf-b7ac-4e56-99be-faa66e98051c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
  box-sizing: border-box;
}



.s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  
}


@media (min-width: 1200px){#s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  margin: 0 !important;
  overflow: visible;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add background color handling */
  
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ecde0acf-b7ac-4e56-99be-faa66e98051c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
  box-sizing: border-box;
}



.s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  margin: 0 !important;
  overflow: visible;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add background color handling */
  
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ecde0acf-b7ac-4e56-99be-faa66e98051c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
  box-sizing: border-box;
}



.s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  margin: 0 !important;
  overflow: visible;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add background color handling */
  
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ecde0acf-b7ac-4e56-99be-faa66e98051c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
  box-sizing: border-box;
}



.s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  
}


}@media (max-width: 767px){#s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  margin: 0 !important;
  overflow: visible;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecde0acf-b7ac-4e56-99be-faa66e98051c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add background color handling */
  
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ecde0acf-b7ac-4e56-99be-faa66e98051c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecde0acf-b7ac-4e56-99be-faa66e98051c.shogun-image {
  box-sizing: border-box;
}



.s-ecde0acf-b7ac-4e56-99be-faa66e98051c img.shogun-image {
  
}


}
#s-96f5fcb7-ee45-45fc-a601-6fdd89d939d0 {
  padding-top: 22px;
}

#s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1933b91e-d668-4cb1-bb62-6c2bc2cb8ff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  max-width: 70px;
text-align: center;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  margin: 0 !important;
  overflow: visible;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add background color handling */
  
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
  box-sizing: border-box;
}



.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  margin: 0 !important;
  overflow: visible;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add background color handling */
  
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
  box-sizing: border-box;
}



.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  margin: 0 !important;
  overflow: visible;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add background color handling */
  
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
  box-sizing: border-box;
}



.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  margin: 0 !important;
  overflow: visible;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add background color handling */
  
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
  box-sizing: border-box;
}



.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  margin: 0 !important;
  overflow: visible;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bec452ad-a9e5-474c-a806-0f6f29d1b649 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add background color handling */
  
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec452ad-a9e5-474c-a806-0f6f29d1b649.shogun-image {
  box-sizing: border-box;
}



.s-bec452ad-a9e5-474c-a806-0f6f29d1b649 img.shogun-image {
  
}


}
#s-f144fa9a-3eab-4b24-aa25-770370de95c3 {
  padding-top: 22px;
}

#s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27e624-7d4b-4511-bb8f-30d91eb2ea8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  max-width: 70px;
text-align: center;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
  box-sizing: border-box;
}



.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  
}


@media (min-width: 1200px){#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
  box-sizing: border-box;
}



.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
  box-sizing: border-box;
}



.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
  box-sizing: border-box;
}



.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  
}


}@media (max-width: 767px){#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f4949c-7ba3-4233-a5d0-d8373eac3046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f4949c-7ba3-4233-a5d0-d8373eac3046.shogun-image {
  box-sizing: border-box;
}



.s-40f4949c-7ba3-4233-a5d0-d8373eac3046 img.shogun-image {
  
}


}
#s-21818e42-8c74-488c-9539-0d04dfedce18 {
  padding-top: 22px;
}

#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29-root {
    text-align: center;
  }


#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29-root {
    text-align: center;
  }


#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29-root {
    text-align: center;
  }


#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29-root {
    text-align: center;
  }


#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29-root {
    text-align: center;
  }


#s-eae8dd4e-0ff6-49c8-bdd0-022b8531bc29.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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;
}
