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

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

#s-142795ab-501c-4553-9621-9c4232cc3657 {
  margin-left: auto;
margin-right: auto;
}

#s-142795ab-501c-4553-9621-9c4232cc3657 hr {
  border-top: 2px solid #ddd;
}

.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-129f599d-c8ac-460f-827d-d8223eca5879 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-129f599d-c8ac-460f-827d-d8223eca5879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-129f599d-c8ac-460f-827d-d8223eca5879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::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-fb03cbc0-cc21-4211-a06d-e6a835bd802e {
  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-d8795705-5c1c-49ca-8619-80087877535d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  display: none;
}
#s-d8795705-5c1c-49ca-8619-80087877535d, #wrap-s-d8795705-5c1c-49ca-8619-80087877535d, #wrap-content-s-d8795705-5c1c-49ca-8619-80087877535d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  display: none;
}
#s-d8795705-5c1c-49ca-8619-80087877535d, #wrap-s-d8795705-5c1c-49ca-8619-80087877535d, #wrap-content-s-d8795705-5c1c-49ca-8619-80087877535d { display: none !important; }}@media (max-width: 767px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-d8795705-5c1c-49ca-8619-80087877535d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8795705-5c1c-49ca-8619-80087877535d-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-d8795705-5c1c-49ca-8619-80087877535d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8795705-5c1c-49ca-8619-80087877535d .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-d8795705-5c1c-49ca-8619-80087877535d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8795705-5c1c-49ca-8619-80087877535d 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-d8795705-5c1c-49ca-8619-80087877535d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8795705-5c1c-49ca-8619-80087877535d-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-d8795705-5c1c-49ca-8619-80087877535d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8795705-5c1c-49ca-8619-80087877535d .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-d8795705-5c1c-49ca-8619-80087877535d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8795705-5c1c-49ca-8619-80087877535d 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-d8795705-5c1c-49ca-8619-80087877535d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8795705-5c1c-49ca-8619-80087877535d-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-d8795705-5c1c-49ca-8619-80087877535d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8795705-5c1c-49ca-8619-80087877535d .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-d8795705-5c1c-49ca-8619-80087877535d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8795705-5c1c-49ca-8619-80087877535d 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-d8795705-5c1c-49ca-8619-80087877535d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8795705-5c1c-49ca-8619-80087877535d-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-d8795705-5c1c-49ca-8619-80087877535d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d8795705-5c1c-49ca-8619-80087877535d .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-d8795705-5c1c-49ca-8619-80087877535d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8795705-5c1c-49ca-8619-80087877535d 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-d8795705-5c1c-49ca-8619-80087877535d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d8795705-5c1c-49ca-8619-80087877535d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d8795705-5c1c-49ca-8619-80087877535d-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-d8795705-5c1c-49ca-8619-80087877535d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-d8795705-5c1c-49ca-8619-80087877535d .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-d8795705-5c1c-49ca-8619-80087877535d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d8795705-5c1c-49ca-8619-80087877535d 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-d8795705-5c1c-49ca-8619-80087877535d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8795705-5c1c-49ca-8619-80087877535d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-faa20717-8728-488d-83cc-767c73cedf89 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  display: none;
}
#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0, #wrap-s-743a31de-c28b-4b30-9f3e-9b0b88a723c0, #wrap-content-s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  display: none;
}
#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0, #wrap-s-743a31de-c28b-4b30-9f3e-9b0b88a723c0, #wrap-content-s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 { display: none !important; }}@media (max-width: 767px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0-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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0-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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0-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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0-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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0-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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0 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-743a31de-c28b-4b30-9f3e-9b0b88a723c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743a31de-c28b-4b30-9f3e-9b0b88a723c0.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-fe1c9294-3ad1-4863-b362-ee66e5a90f2d {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d {
  display: none;
}
#s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d, #wrap-s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d, #wrap-content-s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d { display: none !important; }}@media (max-width: 767px){#s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d {
  display: none;
}
#s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d, #wrap-s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d, #wrap-content-s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d { display: none !important; }}
@media (min-width: 0px) {
[id="s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe1c9294-3ad1-4863-b362-ee66e5a90f2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7-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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7-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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7-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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7-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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7-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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 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-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e67018-fcbd-4904-ae83-0e0bee5b7ab7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42-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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42-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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42-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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42-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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42-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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42 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-c4929044-7b6e-4d9e-8f62-cc9008e15a42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4929044-7b6e-4d9e-8f62-cc9008e15a42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-75be4d91-8cf7-4f9f-945e-d907d7da2cbc {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-75be4d91-8cf7-4f9f-945e-d907d7da2cbc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-3f08d331-cfdd-4f3a-b647-e3c0dbec31ea {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-60c1229e-c0d7-468c-9638-6ba92ef1e55c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-60c1229e-c0d7-468c-9638-6ba92ef1e55c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-3b409b44-1bea-446f-8b54-39f1d7a8bb7c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ccdd510c-1b70-4e28-a88b-fe41e4fd355c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ccdd510c-1b70-4e28-a88b-fe41e4fd355c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-d2ce1be9-fe02-45a5-a3c3-e62673358a55 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2ce1be9-fe02-45a5-a3c3-e62673358a55 {
  display: none;
}
#s-d2ce1be9-fe02-45a5-a3c3-e62673358a55, #wrap-s-d2ce1be9-fe02-45a5-a3c3-e62673358a55, #wrap-content-s-d2ce1be9-fe02-45a5-a3c3-e62673358a55 { display: none !important; }}@media (max-width: 767px){#s-d2ce1be9-fe02-45a5-a3c3-e62673358a55 {
  display: none;
}
#s-d2ce1be9-fe02-45a5-a3c3-e62673358a55, #wrap-s-d2ce1be9-fe02-45a5-a3c3-e62673358a55, #wrap-content-s-d2ce1be9-fe02-45a5-a3c3-e62673358a55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d2ce1be9-fe02-45a5-a3c3-e62673358a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2ce1be9-fe02-45a5-a3c3-e62673358a55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2ce1be9-fe02-45a5-a3c3-e62673358a55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2ce1be9-fe02-45a5-a3c3-e62673358a55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c-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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c .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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c 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-55b0758b-3d76-408e-8ebe-51c8ea24c61c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c-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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c .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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c 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-55b0758b-3d76-408e-8ebe-51c8ea24c61c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c-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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c .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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c 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-55b0758b-3d76-408e-8ebe-51c8ea24c61c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c-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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c .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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c 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-55b0758b-3d76-408e-8ebe-51c8ea24c61c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c-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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c .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-55b0758b-3d76-408e-8ebe-51c8ea24c61c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c 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-55b0758b-3d76-408e-8ebe-51c8ea24c61c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b0758b-3d76-408e-8ebe-51c8ea24c61c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96-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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96-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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96-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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96-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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96-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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 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-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d40cab2-bb69-4fd8-97a7-41d2b5f8df96.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  display: none;
}
#s-c2601d25-7343-4bd0-9b86-aa4f3af64950, #wrap-s-c2601d25-7343-4bd0-9b86-aa4f3af64950, #wrap-content-s-c2601d25-7343-4bd0-9b86-aa4f3af64950 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  display: none;
}
#s-c2601d25-7343-4bd0-9b86-aa4f3af64950, #wrap-s-c2601d25-7343-4bd0-9b86-aa4f3af64950, #wrap-content-s-c2601d25-7343-4bd0-9b86-aa4f3af64950 { display: none !important; }}@media (max-width: 767px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950-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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 .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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 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-c2601d25-7343-4bd0-9b86-aa4f3af64950 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950-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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 .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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 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-c2601d25-7343-4bd0-9b86-aa4f3af64950 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950-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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 .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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 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-c2601d25-7343-4bd0-9b86-aa4f3af64950 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950-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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 .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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 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-c2601d25-7343-4bd0-9b86-aa4f3af64950 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950-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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 .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-c2601d25-7343-4bd0-9b86-aa4f3af64950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950 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-c2601d25-7343-4bd0-9b86-aa4f3af64950 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2601d25-7343-4bd0-9b86-aa4f3af64950.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d3f644e4-c620-4fc6-ae84-bb8d7ae88792 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ae44baaf-6586-4912-83b0-8c852441138b {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ae44baaf-6586-4912-83b0-8c852441138b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-94606012-d720-46d0-97c3-bb6d47247ac7 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-84aa2992-1e1a-454d-b0bb-149692e6ebaa {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  display: none;
}
#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093, #wrap-s-4406d87f-5a22-4ca6-80e1-1d64b1e81093, #wrap-content-s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  display: none;
}
#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093, #wrap-s-4406d87f-5a22-4ca6-80e1-1d64b1e81093, #wrap-content-s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 { display: none !important; }}@media (max-width: 767px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093-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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093-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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093-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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093-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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093-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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093 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-4406d87f-5a22-4ca6-80e1-1d64b1e81093 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406d87f-5a22-4ca6-80e1-1d64b1e81093.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33571804-a23a-4d7e-95d5-f5b7fea1c782 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

.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-b846440d-f025-43e8-9381-5179ded1fb25 {
  margin-left: auto;
margin-right: auto;
padding-left: 9%;
padding-right: 9%;
}
@media (max-width: 767px){#s-b846440d-f025-43e8-9381-5179ded1fb25 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-8838d84c-7b57-4589-b5f5-823ee6047608 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8838d84c-7b57-4589-b5f5-823ee6047608 {
  
}
}@media (max-width: 767px){#s-8838d84c-7b57-4589-b5f5-823ee6047608 {
  
}
}
@media (min-width: 0px) {
[id="s-8838d84c-7b57-4589-b5f5-823ee6047608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8838d84c-7b57-4589-b5f5-823ee6047608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8838d84c-7b57-4589-b5f5-823ee6047608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8838d84c-7b57-4589-b5f5-823ee6047608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3bb1987f-1aaf-4bf5-ab4f-487eaf823c4d {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-404884ca-c654-488c-b171-5354deebafc9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-404884ca-c654-488c-b171-5354deebafc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-404884ca-c654-488c-b171-5354deebafc9-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-404884ca-c654-488c-b171-5354deebafc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-404884ca-c654-488c-b171-5354deebafc9 .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-404884ca-c654-488c-b171-5354deebafc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-404884ca-c654-488c-b171-5354deebafc9 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-404884ca-c654-488c-b171-5354deebafc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-404884ca-c654-488c-b171-5354deebafc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404884ca-c654-488c-b171-5354deebafc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404884ca-c654-488c-b171-5354deebafc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-404884ca-c654-488c-b171-5354deebafc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-404884ca-c654-488c-b171-5354deebafc9-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-404884ca-c654-488c-b171-5354deebafc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-404884ca-c654-488c-b171-5354deebafc9 .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-404884ca-c654-488c-b171-5354deebafc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-404884ca-c654-488c-b171-5354deebafc9 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-404884ca-c654-488c-b171-5354deebafc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-404884ca-c654-488c-b171-5354deebafc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404884ca-c654-488c-b171-5354deebafc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404884ca-c654-488c-b171-5354deebafc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-404884ca-c654-488c-b171-5354deebafc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-404884ca-c654-488c-b171-5354deebafc9-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-404884ca-c654-488c-b171-5354deebafc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-404884ca-c654-488c-b171-5354deebafc9 .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-404884ca-c654-488c-b171-5354deebafc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-404884ca-c654-488c-b171-5354deebafc9 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-404884ca-c654-488c-b171-5354deebafc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-404884ca-c654-488c-b171-5354deebafc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404884ca-c654-488c-b171-5354deebafc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404884ca-c654-488c-b171-5354deebafc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-404884ca-c654-488c-b171-5354deebafc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-404884ca-c654-488c-b171-5354deebafc9-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-404884ca-c654-488c-b171-5354deebafc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-404884ca-c654-488c-b171-5354deebafc9 .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-404884ca-c654-488c-b171-5354deebafc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-404884ca-c654-488c-b171-5354deebafc9 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-404884ca-c654-488c-b171-5354deebafc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-404884ca-c654-488c-b171-5354deebafc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404884ca-c654-488c-b171-5354deebafc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404884ca-c654-488c-b171-5354deebafc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-404884ca-c654-488c-b171-5354deebafc9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-404884ca-c654-488c-b171-5354deebafc9-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-404884ca-c654-488c-b171-5354deebafc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-404884ca-c654-488c-b171-5354deebafc9 .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-404884ca-c654-488c-b171-5354deebafc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-404884ca-c654-488c-b171-5354deebafc9 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-404884ca-c654-488c-b171-5354deebafc9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-404884ca-c654-488c-b171-5354deebafc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404884ca-c654-488c-b171-5354deebafc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404884ca-c654-488c-b171-5354deebafc9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cee8343d-2712-46e5-88b9-6da4b6d24e03 {
  margin-top: 80px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-cee8343d-2712-46e5-88b9-6da4b6d24e03 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c7bf7b72-a729-4c38-ab3b-87bbd35cfac0 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-c7bf7b72-a729-4c38-ab3b-87bbd35cfac0 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-106e1284-c4db-49b1-8131-e4066c842570 {
  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-6c04da19-ee20-4762-a73e-db36403ecf1e {
  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-6c04da19-ee20-4762-a73e-db36403ecf1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c04da19-ee20-4762-a73e-db36403ecf1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c04da19-ee20-4762-a73e-db36403ecf1e-root {
    text-align: left;
  }


#s-6c04da19-ee20-4762-a73e-db36403ecf1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c04da19-ee20-4762-a73e-db36403ecf1e-root {
    text-align: left;
  }


#s-6c04da19-ee20-4762-a73e-db36403ecf1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c04da19-ee20-4762-a73e-db36403ecf1e-root {
    text-align: left;
  }


#s-6c04da19-ee20-4762-a73e-db36403ecf1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c04da19-ee20-4762-a73e-db36403ecf1e-root {
    text-align: left;
  }


#s-6c04da19-ee20-4762-a73e-db36403ecf1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c04da19-ee20-4762-a73e-db36403ecf1e-root {
    text-align: left;
  }


#s-6c04da19-ee20-4762-a73e-db36403ecf1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d871f2f-2d80-4e99-a7fe-87bd963bb09e {
  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-0d871f2f-2d80-4e99-a7fe-87bd963bb09e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d871f2f-2d80-4e99-a7fe-87bd963bb09e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d7381dd-71af-4922-826e-6748e4043f21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d7381dd-71af-4922-826e-6748e4043f21 {
  
}
}@media (max-width: 767px){#s-0d7381dd-71af-4922-826e-6748e4043f21 {
  
}
}
#s-0d7381dd-71af-4922-826e-6748e4043f21 .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-aeb740cb-0267-4848-957c-71e6e783e919 {
  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-aeb740cb-0267-4848-957c-71e6e783e919 {
  display: none;
}
#s-aeb740cb-0267-4848-957c-71e6e783e919, #wrap-s-aeb740cb-0267-4848-957c-71e6e783e919, #wrap-content-s-aeb740cb-0267-4848-957c-71e6e783e919 { display: none !important; }}@media (max-width: 767px){#s-aeb740cb-0267-4848-957c-71e6e783e919 {
  display: none;
}
#s-aeb740cb-0267-4848-957c-71e6e783e919, #wrap-s-aeb740cb-0267-4848-957c-71e6e783e919, #wrap-content-s-aeb740cb-0267-4848-957c-71e6e783e919 { display: none !important; }}
#s-aeb740cb-0267-4848-957c-71e6e783e919 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-aeb740cb-0267-4848-957c-71e6e783e919 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-aeb740cb-0267-4848-957c-71e6e783e919 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-aeb740cb-0267-4848-957c-71e6e783e919 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-aeb740cb-0267-4848-957c-71e6e783e919 td.shogun-table-column, #s-aeb740cb-0267-4848-957c-71e6e783e919 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96cb74de-704e-401a-a2e7-2b7be2a1085c"] > .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-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
  box-sizing: border-box;
}



.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
      position: relative;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
  box-sizing: border-box;
}



.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
      position: relative;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 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-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
  box-sizing: border-box;
}



.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
      position: relative;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 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-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
  box-sizing: border-box;
}



.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
      position: relative;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image {
  box-sizing: border-box;
}



.s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container {
      position: relative;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7f6c80-7d96-4c5f-a438-4ccb5b6a72b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-79de92e5-b91f-42ab-b59f-37ea1b79c394 {
  padding-top: 22px;
}

#s-b12e35f7-b6b7-45c8-8425-1ce69596c399 {
  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-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b12e35f7-b6b7-45c8-8425-1ce69596c399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  max-width: 70px;
text-align: center;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
  box-sizing: border-box;
}



.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
  box-sizing: border-box;
}



.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
  box-sizing: border-box;
}



.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
  box-sizing: border-box;
}



.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4c5058-9499-4a22-87a0-7c730ca865e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4c5058-9499-4a22-87a0-7c730ca865e9.shogun-image {
  box-sizing: border-box;
}



.s-9e4c5058-9499-4a22-87a0-7c730ca865e9 img.shogun-image {
  
}


}
#s-23d915c8-f3eb-46e8-aa97-25e3bde46e5f {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a011302-33bc-4440-8366-992f36914e4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0ee733dd-a314-458e-99ca-70da69005e7f {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
  box-sizing: border-box;
}



.s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ee733dd-a314-458e-99ca-70da69005e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
      position: relative;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-0ee733dd-a314-458e-99ca-70da69005e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
  box-sizing: border-box;
}



.s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ee733dd-a314-458e-99ca-70da69005e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
      position: relative;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f 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-0ee733dd-a314-458e-99ca-70da69005e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
  box-sizing: border-box;
}



.s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ee733dd-a314-458e-99ca-70da69005e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
      position: relative;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f 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-0ee733dd-a314-458e-99ca-70da69005e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
  box-sizing: border-box;
}



.s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ee733dd-a314-458e-99ca-70da69005e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
      position: relative;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-0ee733dd-a314-458e-99ca-70da69005e7f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ee733dd-a314-458e-99ca-70da69005e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ee733dd-a314-458e-99ca-70da69005e7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ee733dd-a314-458e-99ca-70da69005e7f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image {
  box-sizing: border-box;
}



.s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ee733dd-a314-458e-99ca-70da69005e7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container {
      position: relative;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ee733dd-a314-458e-99ca-70da69005e7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-21b77018-1dd1-4d6c-b5ca-7be813ecf39c {
  padding-top: 22px;
}

#s-db0f032f-c141-455a-a779-f6aac135dc30 {
  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-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db0f032f-c141-455a-a779-f6aac135dc30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  max-width: 70px;
text-align: center;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0488136-6df7-44ff-9073-95f22ed4a923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
  box-sizing: border-box;
}



.s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0488136-6df7-44ff-9073-95f22ed4a923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
  box-sizing: border-box;
}



.s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0488136-6df7-44ff-9073-95f22ed4a923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
  box-sizing: border-box;
}



.s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0488136-6df7-44ff-9073-95f22ed4a923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
  box-sizing: border-box;
}



.s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0488136-6df7-44ff-9073-95f22ed4a923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0488136-6df7-44ff-9073-95f22ed4a923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0488136-6df7-44ff-9073-95f22ed4a923.shogun-image {
  box-sizing: border-box;
}



.s-d0488136-6df7-44ff-9073-95f22ed4a923 img.shogun-image {
  
}


}
#s-0be12807-b9ec-482a-9957-552d59e5e953 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52d24c2e-369a-4eba-8162-6ce3f08099a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  max-width: 70px;
text-align: center;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b51561e-b289-4f47-81e2-acf4ab441e43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
  box-sizing: border-box;
}



.s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b51561e-b289-4f47-81e2-acf4ab441e43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
  box-sizing: border-box;
}



.s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b51561e-b289-4f47-81e2-acf4ab441e43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
  box-sizing: border-box;
}



.s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b51561e-b289-4f47-81e2-acf4ab441e43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
  box-sizing: border-box;
}



.s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b51561e-b289-4f47-81e2-acf4ab441e43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b51561e-b289-4f47-81e2-acf4ab441e43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b51561e-b289-4f47-81e2-acf4ab441e43.shogun-image {
  box-sizing: border-box;
}



.s-2b51561e-b289-4f47-81e2-acf4ab441e43 img.shogun-image {
  
}


}
#s-999a581a-add2-43cf-95d7-72fa62344934 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6971a309-2457-48bb-841f-9cb5e4912b22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  margin: 0 !important;
  overflow: visible;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add background color handling */
  
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-content {
  
    justify-content: center;
  
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
  box-sizing: border-box;
}



.s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-655df4d7-b17e-4c09-98bf-287d57bb024e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
      position: relative;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  margin: 0 !important;
  overflow: visible;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add background color handling */
  
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-content {
  
    justify-content: center;
  
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
  box-sizing: border-box;
}



.s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-655df4d7-b17e-4c09-98bf-287d57bb024e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
      position: relative;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e 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-655df4d7-b17e-4c09-98bf-287d57bb024e {
  margin: 0 !important;
  overflow: visible;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add background color handling */
  
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-content {
  
    justify-content: center;
  
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
  box-sizing: border-box;
}



.s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-655df4d7-b17e-4c09-98bf-287d57bb024e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
      position: relative;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e 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-655df4d7-b17e-4c09-98bf-287d57bb024e {
  margin: 0 !important;
  overflow: visible;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add background color handling */
  
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-content {
  
    justify-content: center;
  
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
  box-sizing: border-box;
}



.s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-655df4d7-b17e-4c09-98bf-287d57bb024e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
      position: relative;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  margin: 0 !important;
  overflow: visible;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-655df4d7-b17e-4c09-98bf-287d57bb024e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add background color handling */
  
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-655df4d7-b17e-4c09-98bf-287d57bb024e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-655df4d7-b17e-4c09-98bf-287d57bb024e .shogun-image-content {
  
    justify-content: center;
  
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image {
  box-sizing: border-box;
}



.s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-655df4d7-b17e-4c09-98bf-287d57bb024e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container {
      position: relative;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-655df4d7-b17e-4c09-98bf-287d57bb024e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-fdeefd96-ad0a-48cf-84ef-8e870a2b5374 {
  padding-top: 22px;
}

#s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e {
  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-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3385dfad-8d4a-4dd5-acf5-6330a95b5b4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  max-width: 70px;
text-align: center;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  margin: 0 !important;
  overflow: visible;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add background color handling */
  
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
  box-sizing: border-box;
}



.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  
}


@media (min-width: 1200px){#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  margin: 0 !important;
  overflow: visible;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add background color handling */
  
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
  box-sizing: border-box;
}



.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  margin: 0 !important;
  overflow: visible;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add background color handling */
  
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
  box-sizing: border-box;
}



.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  margin: 0 !important;
  overflow: visible;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add background color handling */
  
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
  box-sizing: border-box;
}



.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  
}


}@media (max-width: 767px){#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  margin: 0 !important;
  overflow: visible;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add background color handling */
  
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b.shogun-image {
  box-sizing: border-box;
}



.s-fbcb5f61-aa0b-45b6-ae0b-430971cc946b img.shogun-image {
  
}


}
#s-67af9963-251c-4775-9be8-d36f403dd761 {
  padding-top: 19px;
}

#s-a724e32e-746a-4c37-a349-da01daf075a8 {
  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-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a724e32e-746a-4c37-a349-da01daf075a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  max-width: 70px;
text-align: center;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-159b3460-41b1-4150-9e47-850e86b88dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
  box-sizing: border-box;
}



.s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-159b3460-41b1-4150-9e47-850e86b88dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
  box-sizing: border-box;
}



.s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-159b3460-41b1-4150-9e47-850e86b88dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
  box-sizing: border-box;
}



.s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-159b3460-41b1-4150-9e47-850e86b88dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
  box-sizing: border-box;
}



.s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-159b3460-41b1-4150-9e47-850e86b88dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-159b3460-41b1-4150-9e47-850e86b88dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-159b3460-41b1-4150-9e47-850e86b88dc7.shogun-image {
  box-sizing: border-box;
}



.s-159b3460-41b1-4150-9e47-850e86b88dc7 img.shogun-image {
  
}


}
#s-47ca6885-d5b3-4c2b-a3cf-5f0329deb7ae {
  padding-top: 19px;
}

#s-b9afb089-b9d4-4e80-a499-717a2da38276 {
  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-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9afb089-b9d4-4e80-a499-717a2da38276"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-56662361-93ad-46b8-bab7-95198060ce31 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-56662361-93ad-46b8-bab7-95198060ce31 {
  margin: 0 !important;
  overflow: visible;
}

#s-56662361-93ad-46b8-bab7-95198060ce31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add background color handling */
  
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
  box-sizing: border-box;
}



.s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56662361-93ad-46b8-bab7-95198060ce31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
      position: relative;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-56662361-93ad-46b8-bab7-95198060ce31 {
  margin: 0 !important;
  overflow: visible;
}

#s-56662361-93ad-46b8-bab7-95198060ce31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add background color handling */
  
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
  box-sizing: border-box;
}



.s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56662361-93ad-46b8-bab7-95198060ce31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
      position: relative;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31 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-56662361-93ad-46b8-bab7-95198060ce31 {
  margin: 0 !important;
  overflow: visible;
}

#s-56662361-93ad-46b8-bab7-95198060ce31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add background color handling */
  
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
  box-sizing: border-box;
}



.s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56662361-93ad-46b8-bab7-95198060ce31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
      position: relative;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31 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-56662361-93ad-46b8-bab7-95198060ce31 {
  margin: 0 !important;
  overflow: visible;
}

#s-56662361-93ad-46b8-bab7-95198060ce31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add background color handling */
  
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
  box-sizing: border-box;
}



.s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56662361-93ad-46b8-bab7-95198060ce31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
      position: relative;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-56662361-93ad-46b8-bab7-95198060ce31 {
  margin: 0 !important;
  overflow: visible;
}

#s-56662361-93ad-46b8-bab7-95198060ce31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56662361-93ad-46b8-bab7-95198060ce31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add background color handling */
  
}

#s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56662361-93ad-46b8-bab7-95198060ce31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-56662361-93ad-46b8-bab7-95198060ce31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image {
  box-sizing: border-box;
}



.s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56662361-93ad-46b8-bab7-95198060ce31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container {
      position: relative;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56662361-93ad-46b8-bab7-95198060ce31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-04903b02-fb94-43eb-8723-c572993b40f9 {
  padding-top: 22px;
}

#s-58d65957-a93e-42cd-8b96-1e871b2d9a13 {
  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-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d65957-a93e-42cd-8b96-1e871b2d9a13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  max-width: 70px;
text-align: center;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f476c25c-8296-4aec-843a-455ebb31e7a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
  box-sizing: border-box;
}



.s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f476c25c-8296-4aec-843a-455ebb31e7a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
  box-sizing: border-box;
}



.s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f476c25c-8296-4aec-843a-455ebb31e7a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
  box-sizing: border-box;
}



.s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f476c25c-8296-4aec-843a-455ebb31e7a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
  box-sizing: border-box;
}



.s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f476c25c-8296-4aec-843a-455ebb31e7a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f476c25c-8296-4aec-843a-455ebb31e7a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f476c25c-8296-4aec-843a-455ebb31e7a1.shogun-image {
  box-sizing: border-box;
}



.s-f476c25c-8296-4aec-843a-455ebb31e7a1 img.shogun-image {
  
}


}
#s-379a8d8c-945e-43f0-ad66-003dd7098f30 {
  padding-top: 22px;
}

#s-4d6a7bdf-6645-4d0f-8207-76366a058abc {
  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-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d6a7bdf-6645-4d0f-8207-76366a058abc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  max-width: 70px;
text-align: center;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  margin: 0 !important;
  overflow: visible;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add background color handling */
  
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd968549-a0af-42fd-a60b-efae9d1a176f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
  box-sizing: border-box;
}



.s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  
}


@media (min-width: 1200px){#s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  margin: 0 !important;
  overflow: visible;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add background color handling */
  
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd968549-a0af-42fd-a60b-efae9d1a176f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
  box-sizing: border-box;
}



.s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  margin: 0 !important;
  overflow: visible;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add background color handling */
  
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd968549-a0af-42fd-a60b-efae9d1a176f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
  box-sizing: border-box;
}



.s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  margin: 0 !important;
  overflow: visible;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add background color handling */
  
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd968549-a0af-42fd-a60b-efae9d1a176f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
  box-sizing: border-box;
}



.s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  
}


}@media (max-width: 767px){#s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  margin: 0 !important;
  overflow: visible;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd968549-a0af-42fd-a60b-efae9d1a176f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add background color handling */
  
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fd968549-a0af-42fd-a60b-efae9d1a176f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd968549-a0af-42fd-a60b-efae9d1a176f.shogun-image {
  box-sizing: border-box;
}



.s-fd968549-a0af-42fd-a60b-efae9d1a176f img.shogun-image {
  
}


}
#s-4e85a73a-da76-4ad9-8585-39bf8e5bd188 {
  padding-top: 22px;
}

#s-521a47e8-1b7d-4464-b655-f7626ff4e218 {
  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-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-521a47e8-1b7d-4464-b655-f7626ff4e218"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
  box-sizing: border-box;
}



.s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
      position: relative;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
  box-sizing: border-box;
}



.s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
      position: relative;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e 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-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
  box-sizing: border-box;
}



.s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
      position: relative;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e 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-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
  box-sizing: border-box;
}



.s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
      position: relative;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7a65f514-18f5-4d91-ac51-cf2a0530037e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image {
  box-sizing: border-box;
}



.s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container {
      position: relative;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a65f514-18f5-4d91-ac51-cf2a0530037e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-6d37eb4a-eeb5-4e62-a399-ee51abda79df {
  padding-top: 19px;
}

#s-07f7232b-30f6-464b-a4f2-3b8a488e7187 {
  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-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-07f7232b-30f6-464b-a4f2-3b8a488e7187"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  max-width: 70px;
text-align: center;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  margin: 0 !important;
  overflow: visible;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add background color handling */
  
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
  box-sizing: border-box;
}



.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  margin: 0 !important;
  overflow: visible;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add background color handling */
  
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
  box-sizing: border-box;
}



.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  margin: 0 !important;
  overflow: visible;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add background color handling */
  
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
  box-sizing: border-box;
}



.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  margin: 0 !important;
  overflow: visible;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add background color handling */
  
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
  box-sizing: border-box;
}



.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  margin: 0 !important;
  overflow: visible;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add background color handling */
  
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476.shogun-image {
  box-sizing: border-box;
}



.s-c80b8392-46e5-4336-8e6e-fd2b9f4c8476 img.shogun-image {
  
}


}
#s-e2f9dfc9-2e80-4737-b536-726660375d60 {
  padding-top: 19px;
}

#s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da {
  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-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2fc08ba-03dc-4dcd-8ce4-12f789d8d1da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  max-width: 70px;
text-align: center;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
  box-sizing: border-box;
}



.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
  box-sizing: border-box;
}



.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
  box-sizing: border-box;
}



.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
  box-sizing: border-box;
}



.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4.shogun-image {
  box-sizing: border-box;
}



.s-8bde20b0-0704-4bc2-b904-d4e5bccf91f4 img.shogun-image {
  
}


}
#s-0d79479b-ac54-4436-9668-f96e64c20756 {
  margin-top: 20px;
margin-bottom: 2px;
padding-top: 1px;
}

#s-adf71df4-ecbc-4d1d-827d-2f70d5a54584 {
  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-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-adf71df4-ecbc-4d1d-827d-2f70d5a54584"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  max-width: 70px;
text-align: center;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  margin: 0 !important;
  overflow: visible;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add background color handling */
  
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
  box-sizing: border-box;
}



.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  
}


@media (min-width: 1200px){#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  margin: 0 !important;
  overflow: visible;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add background color handling */
  
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
  box-sizing: border-box;
}



.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  margin: 0 !important;
  overflow: visible;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add background color handling */
  
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
  box-sizing: border-box;
}



.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  margin: 0 !important;
  overflow: visible;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add background color handling */
  
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
  box-sizing: border-box;
}



.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  
}


}@media (max-width: 767px){#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  margin: 0 !important;
  overflow: visible;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add background color handling */
  
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e.shogun-image {
  box-sizing: border-box;
}



.s-47c3e3d1-26e7-4cfa-8a54-ca421516df8e img.shogun-image {
  
}


}
#s-589720b8-b9eb-4e6d-bf53-8d20c66d2071 {
  padding-top: 22px;
}

#s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3 {
  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-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef81032b-799b-449f-8bc6-a2ce2f7cc7f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  max-width: 70px;
text-align: center;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
  box-sizing: border-box;
}



.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
  box-sizing: border-box;
}



.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
  box-sizing: border-box;
}



.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
  box-sizing: border-box;
}



.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060.shogun-image {
  box-sizing: border-box;
}



.s-0a0cb6ad-873a-42f1-baa2-cbb56c75a060 img.shogun-image {
  
}


}
#s-964e7de1-6c6f-4176-a4e3-ffd6cd7d47e8 {
  padding-top: 22px;
}

#s-d3a7edbb-ff97-490f-857e-20361d243090 {
  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-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3a7edbb-ff97-490f-857e-20361d243090"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  margin: 0 !important;
  overflow: visible;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add background color handling */
  
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
  box-sizing: border-box;
}



.s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
      position: relative;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  margin: 0 !important;
  overflow: visible;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add background color handling */
  
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
  box-sizing: border-box;
}



.s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
      position: relative;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e 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-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  margin: 0 !important;
  overflow: visible;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add background color handling */
  
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
  box-sizing: border-box;
}



.s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
      position: relative;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e 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-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  margin: 0 !important;
  overflow: visible;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add background color handling */
  
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
  box-sizing: border-box;
}



.s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
      position: relative;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  margin: 0 !important;
  overflow: visible;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add background color handling */
  
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea232584-5ed6-44bf-968c-1da741f4bc6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image {
  box-sizing: border-box;
}



.s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container {
      position: relative;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea232584-5ed6-44bf-968c-1da741f4bc6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-cdf60164-019a-4b86-be5f-746a5b65cc62 {
  padding-top: 22px;
}

#s-a528d298-8c7e-44ce-989f-b84174b847f9 {
  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-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a528d298-8c7e-44ce-989f-b84174b847f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  max-width: 70px;
text-align: center;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  margin: 0 !important;
  overflow: visible;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add background color handling */
  
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a47ed80d-1768-41ca-94eb-3921f35b6229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
  box-sizing: border-box;
}



.s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  margin: 0 !important;
  overflow: visible;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add background color handling */
  
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a47ed80d-1768-41ca-94eb-3921f35b6229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
  box-sizing: border-box;
}



.s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  margin: 0 !important;
  overflow: visible;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add background color handling */
  
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a47ed80d-1768-41ca-94eb-3921f35b6229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
  box-sizing: border-box;
}



.s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  margin: 0 !important;
  overflow: visible;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add background color handling */
  
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a47ed80d-1768-41ca-94eb-3921f35b6229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
  box-sizing: border-box;
}



.s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  margin: 0 !important;
  overflow: visible;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a47ed80d-1768-41ca-94eb-3921f35b6229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add background color handling */
  
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a47ed80d-1768-41ca-94eb-3921f35b6229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47ed80d-1768-41ca-94eb-3921f35b6229.shogun-image {
  box-sizing: border-box;
}



.s-a47ed80d-1768-41ca-94eb-3921f35b6229 img.shogun-image {
  
}


}
#s-1a5df3ad-153c-4e4b-8e81-58c1a69beaec {
  padding-top: 22px;
}

#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 {
  display: none;
}
#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4, #wrap-s-1497fcd4-bd79-49a3-8354-83c63aae7cc4, #wrap-content-s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 {
  display: none;
}
#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4, #wrap-s-1497fcd4-bd79-49a3-8354-83c63aae7cc4, #wrap-content-s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 {
  
}
}@media (max-width: 767px){#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 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-1497fcd4-bd79-49a3-8354-83c63aae7cc4 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 td.shogun-table-column, #s-1497fcd4-bd79-49a3-8354-83c63aae7cc4 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-f2117c96-6e23-44f2-a351-44f0e62986f5 {
  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-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2117c96-6e23-44f2-a351-44f0e62986f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  max-width: 70px;
text-align: center;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d683136-c81e-444f-aba4-3f370bb50b3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
  box-sizing: border-box;
}



.s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  
}


@media (min-width: 1200px){#s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d683136-c81e-444f-aba4-3f370bb50b3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
  box-sizing: border-box;
}



.s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d683136-c81e-444f-aba4-3f370bb50b3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
  box-sizing: border-box;
}



.s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d683136-c81e-444f-aba4-3f370bb50b3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
  box-sizing: border-box;
}



.s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  
}


}@media (max-width: 767px){#s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d683136-c81e-444f-aba4-3f370bb50b3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7d683136-c81e-444f-aba4-3f370bb50b3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d683136-c81e-444f-aba4-3f370bb50b3e.shogun-image {
  box-sizing: border-box;
}



.s-7d683136-c81e-444f-aba4-3f370bb50b3e img.shogun-image {
  
}


}
#s-d1797175-67e4-4754-b8d0-6d970126d66c {
  padding-top: 22px;
}

#s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3 {
  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-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73cd42c3-a4ed-49d3-b412-8e718ccda5d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  max-width: 70px;
text-align: center;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
  box-sizing: border-box;
}



.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  
}


@media (min-width: 1200px){#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
  box-sizing: border-box;
}



.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
  box-sizing: border-box;
}



.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
  box-sizing: border-box;
}



.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  
}


}@media (max-width: 767px){#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  margin: 0 !important;
  overflow: visible;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add background color handling */
  
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163.shogun-image {
  box-sizing: border-box;
}



.s-aeae7642-a4c2-4da6-af57-ddfe6b2bd163 img.shogun-image {
  
}


}
#s-33970ea1-cf51-4acc-a3cf-6c86eeb5fa38 {
  padding-top: 22px;
}

#s-46778081-b9b9-4e5f-8592-785e533eb4c3 {
  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-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-46778081-b9b9-4e5f-8592-785e533eb4c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  max-width: 70px;
text-align: center;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
  box-sizing: border-box;
}



.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
  box-sizing: border-box;
}



.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
  box-sizing: border-box;
}



.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
  box-sizing: border-box;
}



.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9df0f7b-405b-4c91-a6aa-3642a2f82327.shogun-image {
  box-sizing: border-box;
}



.s-a9df0f7b-405b-4c91-a6aa-3642a2f82327 img.shogun-image {
  
}


}
#s-ec991fe4-3afd-4b0a-b3ae-0c5122a754e4 {
  padding-top: 22px;
}

#s-d04adeaa-c481-4d37-b750-e0356e2b00c7 {
  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-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d04adeaa-c481-4d37-b750-e0356e2b00c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  max-width: 70px;
text-align: center;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
  box-sizing: border-box;
}



.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
  box-sizing: border-box;
}



.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
  box-sizing: border-box;
}



.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
  box-sizing: border-box;
}



.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dda4aee-59fa-4f69-b896-fd251d95e4c5.shogun-image {
  box-sizing: border-box;
}



.s-3dda4aee-59fa-4f69-b896-fd251d95e4c5 img.shogun-image {
  
}


}
#s-bd04565b-d253-4f8b-9416-fc937dadcd59 {
  padding-top: 22px;
}

#s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68 {
  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-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1d8ead9-42b9-4043-a9a0-ea33fb56cb68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  max-width: 70px;
text-align: center;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
  box-sizing: border-box;
}



.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
  box-sizing: border-box;
}



.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
  box-sizing: border-box;
}



.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
  box-sizing: border-box;
}



.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1.shogun-image {
  box-sizing: border-box;
}



.s-9bf18ae2-6465-48d5-8eff-8ce60cc979c1 img.shogun-image {
  
}


}
#s-4bdb7105-24b4-4d21-ace1-61c394d08dbd {
  padding-top: 19px;
}

#s-31f18cc5-4401-451e-ada2-4e0d54ac9679 {
  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-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31f18cc5-4401-451e-ada2-4e0d54ac9679"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-163539d6-8399-4ab1-9184-da8a8818b760 {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 {
  margin: 0 !important;
  overflow: visible;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add background color handling */
  
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
  box-sizing: border-box;
}



.s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-163539d6-8399-4ab1-9184-da8a8818b760 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
      position: relative;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-163539d6-8399-4ab1-9184-da8a8818b760 {
  margin: 0 !important;
  overflow: visible;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add background color handling */
  
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
  box-sizing: border-box;
}



.s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-163539d6-8399-4ab1-9184-da8a8818b760 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
      position: relative;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760 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-163539d6-8399-4ab1-9184-da8a8818b760 {
  margin: 0 !important;
  overflow: visible;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add background color handling */
  
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
  box-sizing: border-box;
}



.s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-163539d6-8399-4ab1-9184-da8a8818b760 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
      position: relative;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760 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-163539d6-8399-4ab1-9184-da8a8818b760 {
  margin: 0 !important;
  overflow: visible;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add background color handling */
  
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
  box-sizing: border-box;
}



.s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-163539d6-8399-4ab1-9184-da8a8818b760 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
      position: relative;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-163539d6-8399-4ab1-9184-da8a8818b760 {
  margin: 0 !important;
  overflow: visible;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-163539d6-8399-4ab1-9184-da8a8818b760 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add background color handling */
  
}

#s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-163539d6-8399-4ab1-9184-da8a8818b760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-163539d6-8399-4ab1-9184-da8a8818b760 .shogun-image-content {
  
    justify-content: center;
  
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image {
  box-sizing: border-box;
}



.s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-163539d6-8399-4ab1-9184-da8a8818b760 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container {
      position: relative;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-163539d6-8399-4ab1-9184-da8a8818b760 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-f0ed5079-1901-46bb-8991-46a72910a046 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74bc9d8a-3708-4003-a2a9-8432da9c03ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  max-width: 70px;
text-align: center;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
  box-sizing: border-box;
}



.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
  box-sizing: border-box;
}



.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
  box-sizing: border-box;
}



.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
  box-sizing: border-box;
}



.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4113a08c-a86b-482d-b0c3-6e710b3f9af2.shogun-image {
  box-sizing: border-box;
}



.s-4113a08c-a86b-482d-b0c3-6e710b3f9af2 img.shogun-image {
  
}


}
#s-4f13d202-5a7e-4e38-9b78-7eb12d3eb69b {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2ff99c7-f89b-47ce-a93e-e534a290439a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
  box-sizing: border-box;
}



.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
      position: relative;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
  box-sizing: border-box;
}



.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
      position: relative;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 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-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
  box-sizing: border-box;
}



.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
      position: relative;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 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-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
  box-sizing: border-box;
}



.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
      position: relative;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image {
  box-sizing: border-box;
}



.s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container {
      position: relative;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b58b4-2c19-493c-972a-604d21b2cb22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-543d10d7-a9cc-49a4-ac65-d865e127c98c {
  padding-top: 22px;
}

#s-1d936ce2-4808-463e-8cbe-246c8e4d9690 {
  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-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d936ce2-4808-463e-8cbe-246c8e4d9690"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
  box-sizing: border-box;
}



.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
      position: relative;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
  box-sizing: border-box;
}



.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
      position: relative;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 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-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
  box-sizing: border-box;
}



.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
      position: relative;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 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-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
  box-sizing: border-box;
}



.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
      position: relative;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image {
  box-sizing: border-box;
}



.s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container {
      position: relative;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9da625a-2d50-4b17-8d45-b57f3c747d05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-690f61e0-f77b-4218-853e-a2e461b04936 {
  padding-top: 22px;
}

#s-16affc2f-efbb-4f77-bfee-462296263dc0 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-16affc2f-efbb-4f77-bfee-462296263dc0 {
  display: none;
}
#s-16affc2f-efbb-4f77-bfee-462296263dc0, #wrap-s-16affc2f-efbb-4f77-bfee-462296263dc0, #wrap-content-s-16affc2f-efbb-4f77-bfee-462296263dc0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16affc2f-efbb-4f77-bfee-462296263dc0 {
  display: none;
}
#s-16affc2f-efbb-4f77-bfee-462296263dc0, #wrap-s-16affc2f-efbb-4f77-bfee-462296263dc0, #wrap-content-s-16affc2f-efbb-4f77-bfee-462296263dc0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16affc2f-efbb-4f77-bfee-462296263dc0 {
  
}
}@media (max-width: 767px){#s-16affc2f-efbb-4f77-bfee-462296263dc0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-16affc2f-efbb-4f77-bfee-462296263dc0 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-16affc2f-efbb-4f77-bfee-462296263dc0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-16affc2f-efbb-4f77-bfee-462296263dc0 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-16affc2f-efbb-4f77-bfee-462296263dc0 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-16affc2f-efbb-4f77-bfee-462296263dc0 td.shogun-table-column, #s-16affc2f-efbb-4f77-bfee-462296263dc0 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a05516e6-a744-424d-8079-a3b01b307576"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
  box-sizing: border-box;
}



.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
      position: relative;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
  box-sizing: border-box;
}



.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
      position: relative;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 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-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
  box-sizing: border-box;
}



.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
      position: relative;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 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-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
  box-sizing: border-box;
}



.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
      position: relative;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image {
  box-sizing: border-box;
}



.s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container {
      position: relative;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ea155b-e447-43ca-8cf0-96d1b201b145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a5518d99-cd18-4e30-ad19-484ca8319e4a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f630a44e-3412-4239-84f4-887f45bec6bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
  box-sizing: border-box;
}



.s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02d1a1f5-e314-4445-b287-9f22da735da8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
      position: relative;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
  box-sizing: border-box;
}



.s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02d1a1f5-e314-4445-b287-9f22da735da8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
      position: relative;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8 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-02d1a1f5-e314-4445-b287-9f22da735da8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
  box-sizing: border-box;
}



.s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02d1a1f5-e314-4445-b287-9f22da735da8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
      position: relative;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8 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-02d1a1f5-e314-4445-b287-9f22da735da8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
  box-sizing: border-box;
}



.s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02d1a1f5-e314-4445-b287-9f22da735da8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
      position: relative;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02d1a1f5-e314-4445-b287-9f22da735da8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02d1a1f5-e314-4445-b287-9f22da735da8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-02d1a1f5-e314-4445-b287-9f22da735da8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image {
  box-sizing: border-box;
}



.s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02d1a1f5-e314-4445-b287-9f22da735da8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container {
      position: relative;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02d1a1f5-e314-4445-b287-9f22da735da8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-1082158d-c258-4d66-b631-97958530b48c {
  padding-top: 22px;
}

#s-38c8653a-04fb-47b3-b8c3-34e6e6c41833 {
  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-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38c8653a-04fb-47b3-b8c3-34e6e6c41833"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cb926624-c09e-463f-936d-104aaeec203c {
  max-width: 70px;
text-align: center;
}

#s-cb926624-c09e-463f-936d-104aaeec203c {
  margin: 0 !important;
  overflow: visible;
}

#s-cb926624-c09e-463f-936d-104aaeec203c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add background color handling */
  
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb926624-c09e-463f-936d-104aaeec203c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
  box-sizing: border-box;
}



.s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  
}


@media (min-width: 1200px){#s-cb926624-c09e-463f-936d-104aaeec203c {
  margin: 0 !important;
  overflow: visible;
}

#s-cb926624-c09e-463f-936d-104aaeec203c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add background color handling */
  
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb926624-c09e-463f-936d-104aaeec203c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
  box-sizing: border-box;
}



.s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb926624-c09e-463f-936d-104aaeec203c {
  margin: 0 !important;
  overflow: visible;
}

#s-cb926624-c09e-463f-936d-104aaeec203c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add background color handling */
  
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb926624-c09e-463f-936d-104aaeec203c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
  box-sizing: border-box;
}



.s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cb926624-c09e-463f-936d-104aaeec203c {
  margin: 0 !important;
  overflow: visible;
}

#s-cb926624-c09e-463f-936d-104aaeec203c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add background color handling */
  
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb926624-c09e-463f-936d-104aaeec203c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
  box-sizing: border-box;
}



.s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  
}


}@media (max-width: 767px){#s-cb926624-c09e-463f-936d-104aaeec203c {
  margin: 0 !important;
  overflow: visible;
}

#s-cb926624-c09e-463f-936d-104aaeec203c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb926624-c09e-463f-936d-104aaeec203c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add background color handling */
  
}

#s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cb926624-c09e-463f-936d-104aaeec203c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb926624-c09e-463f-936d-104aaeec203c.shogun-image {
  box-sizing: border-box;
}



.s-cb926624-c09e-463f-936d-104aaeec203c img.shogun-image {
  
}


}
#s-44bb0a6d-54af-4f60-a264-a7e7f232a2fa {
  padding-top: 19px;
}

#s-e539cd05-69b3-4ee3-a978-0428a2690711 {
  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-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e539cd05-69b3-4ee3-a978-0428a2690711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
  box-sizing: border-box;
}



.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
      position: relative;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
  box-sizing: border-box;
}



.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
      position: relative;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 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-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
  box-sizing: border-box;
}



.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
      position: relative;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 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-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
  box-sizing: border-box;
}



.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
      position: relative;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image {
  box-sizing: border-box;
}



.s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container {
      position: relative;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c269356-4f64-48ca-a4ba-cca2886b42f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-272238bf-b1e1-48d3-8880-a719d31a501d {
  padding-top: 19px;
}

#s-9697a962-7005-4e9c-906a-d9b48bb4aba7 {
  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-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9697a962-7005-4e9c-906a-d9b48bb4aba7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  max-width: 70px;
text-align: center;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  margin: 0 !important;
  overflow: visible;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add background color handling */
  
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1939f72d-a3df-447a-afdf-f9a02510f379 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
  box-sizing: border-box;
}



.s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  margin: 0 !important;
  overflow: visible;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add background color handling */
  
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1939f72d-a3df-447a-afdf-f9a02510f379 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
  box-sizing: border-box;
}



.s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  margin: 0 !important;
  overflow: visible;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add background color handling */
  
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1939f72d-a3df-447a-afdf-f9a02510f379 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
  box-sizing: border-box;
}



.s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  margin: 0 !important;
  overflow: visible;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add background color handling */
  
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1939f72d-a3df-447a-afdf-f9a02510f379 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
  box-sizing: border-box;
}



.s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  margin: 0 !important;
  overflow: visible;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1939f72d-a3df-447a-afdf-f9a02510f379 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add background color handling */
  
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1939f72d-a3df-447a-afdf-f9a02510f379 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1939f72d-a3df-447a-afdf-f9a02510f379.shogun-image {
  box-sizing: border-box;
}



.s-1939f72d-a3df-447a-afdf-f9a02510f379 img.shogun-image {
  
}


}
#s-305ae4db-10d4-4226-970a-063c6daa29da {
  padding-top: 19px;
}

#s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1 {
  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-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81a80c91-9f8a-4ee2-866e-7696ca7c03f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  max-width: 70px;
text-align: center;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d66d458a-7f8f-4841-8b05-696be77cbd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
  box-sizing: border-box;
}



.s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  
}


@media (min-width: 1200px){#s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d66d458a-7f8f-4841-8b05-696be77cbd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
  box-sizing: border-box;
}



.s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d66d458a-7f8f-4841-8b05-696be77cbd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
  box-sizing: border-box;
}



.s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d66d458a-7f8f-4841-8b05-696be77cbd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
  box-sizing: border-box;
}



.s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  
}


}@media (max-width: 767px){#s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  margin: 0 !important;
  overflow: visible;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d66d458a-7f8f-4841-8b05-696be77cbd9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add background color handling */
  
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d66d458a-7f8f-4841-8b05-696be77cbd9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66d458a-7f8f-4841-8b05-696be77cbd9a.shogun-image {
  box-sizing: border-box;
}



.s-d66d458a-7f8f-4841-8b05-696be77cbd9a img.shogun-image {
  
}


}
#s-e2cba3a9-6c5b-4252-8975-46b2cdb380de {
  margin-top: 20px;
margin-bottom: 2px;
padding-top: 1px;
}

#s-dde06129-c97a-47fb-8e26-f493d4e119b9 {
  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-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dde06129-c97a-47fb-8e26-f493d4e119b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  max-width: 70px;
text-align: center;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  margin: 0 !important;
  overflow: visible;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add background color handling */
  
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
  box-sizing: border-box;
}



.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  
}


@media (min-width: 1200px){#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  margin: 0 !important;
  overflow: visible;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add background color handling */
  
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
  box-sizing: border-box;
}



.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  margin: 0 !important;
  overflow: visible;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add background color handling */
  
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
  box-sizing: border-box;
}



.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  margin: 0 !important;
  overflow: visible;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add background color handling */
  
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
  box-sizing: border-box;
}



.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  
}


}@media (max-width: 767px){#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  margin: 0 !important;
  overflow: visible;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8dea9a0d-dc3c-4766-94e5-0dbde437adad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add background color handling */
  
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad .shogun-image-content {
  
    justify-content: center;
  
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dea9a0d-dc3c-4766-94e5-0dbde437adad.shogun-image {
  box-sizing: border-box;
}



.s-8dea9a0d-dc3c-4766-94e5-0dbde437adad img.shogun-image {
  
}


}
#s-2b92a351-c681-4c22-8990-7bd5e44fba28 {
  padding-top: 22px;
}

#s-cd8f3434-c85d-4159-b49f-a12be054eb89 {
  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-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd8f3434-c85d-4159-b49f-a12be054eb89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-69a32017-a90c-4025-aa13-e5239810fdad {
  max-width: 70px;
text-align: center;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad {
  margin: 0 !important;
  overflow: visible;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add background color handling */
  
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-69a32017-a90c-4025-aa13-e5239810fdad .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
  box-sizing: border-box;
}



.s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  
}


@media (min-width: 1200px){#s-69a32017-a90c-4025-aa13-e5239810fdad {
  margin: 0 !important;
  overflow: visible;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add background color handling */
  
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-69a32017-a90c-4025-aa13-e5239810fdad .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
  box-sizing: border-box;
}



.s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-69a32017-a90c-4025-aa13-e5239810fdad {
  margin: 0 !important;
  overflow: visible;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add background color handling */
  
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-69a32017-a90c-4025-aa13-e5239810fdad .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
  box-sizing: border-box;
}



.s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-69a32017-a90c-4025-aa13-e5239810fdad {
  margin: 0 !important;
  overflow: visible;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add background color handling */
  
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-69a32017-a90c-4025-aa13-e5239810fdad .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
  box-sizing: border-box;
}



.s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  
}


}@media (max-width: 767px){#s-69a32017-a90c-4025-aa13-e5239810fdad {
  margin: 0 !important;
  overflow: visible;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69a32017-a90c-4025-aa13-e5239810fdad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add background color handling */
  
}

#s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-69a32017-a90c-4025-aa13-e5239810fdad .shogun-image-content {
  
    justify-content: center;
  
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a32017-a90c-4025-aa13-e5239810fdad.shogun-image {
  box-sizing: border-box;
}



.s-69a32017-a90c-4025-aa13-e5239810fdad img.shogun-image {
  
}


}
#s-005998f7-7358-4b8b-bbbe-fb0178a69699 {
  padding-top: 22px;
}

#s-640e0b75-14ff-425d-9997-88ea5accd9a9 {
  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-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-640e0b75-14ff-425d-9997-88ea5accd9a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  max-width: 70px;
text-align: center;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
  box-sizing: border-box;
}



.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
  box-sizing: border-box;
}



.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
  box-sizing: border-box;
}



.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
  box-sizing: border-box;
}



.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-529de6e5-638f-4872-a2e8-3bb073dea5a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529de6e5-638f-4872-a2e8-3bb073dea5a1.shogun-image {
  box-sizing: border-box;
}



.s-529de6e5-638f-4872-a2e8-3bb073dea5a1 img.shogun-image {
  
}


}
#s-f75f8356-fa31-40a4-b2e7-850ed01aa125 {
  padding-top: 22px;
}

#s-5253c15a-0641-4590-bc75-dac993f59705 {
  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-5253c15a-0641-4590-bc75-dac993f59705:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5253c15a-0641-4590-bc75-dac993f59705:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5253c15a-0641-4590-bc75-dac993f59705-root {
    text-align: center;
  }


#s-5253c15a-0641-4590-bc75-dac993f59705.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5253c15a-0641-4590-bc75-dac993f59705-root {
    text-align: center;
  }


#s-5253c15a-0641-4590-bc75-dac993f59705.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5253c15a-0641-4590-bc75-dac993f59705-root {
    text-align: center;
  }


#s-5253c15a-0641-4590-bc75-dac993f59705.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5253c15a-0641-4590-bc75-dac993f59705-root {
    text-align: center;
  }


#s-5253c15a-0641-4590-bc75-dac993f59705.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Almarai;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5253c15a-0641-4590-bc75-dac993f59705-root {
    text-align: center;
  }


#s-5253c15a-0641-4590-bc75-dac993f59705.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;
}
