.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-14368c8d-943a-4452-b772-a0d64936e566 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-14368c8d-943a-4452-b772-a0d64936e566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14368c8d-943a-4452-b772-a0d64936e566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-06b72dd3-7c93-44ec-89df-624f0a02f493 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-06b72dd3-7c93-44ec-89df-624f0a02f493 {
  
}
}
#s-06b72dd3-7c93-44ec-89df-624f0a02f493 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

.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-4a065250-0fe6-40b8-a84f-40ae41d14674 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a065250-0fe6-40b8-a84f-40ae41d14674 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-ba4d89e0-d600-48a3-ad28-2af3dffe6525 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-753fbf22-4cc0-49b6-83f3-21726340e9f3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-753fbf22-4cc0-49b6-83f3-21726340e9f3 {
  
}
}
#s-753fbf22-4cc0-49b6-83f3-21726340e9f3 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

#s-1b88e04a-57dc-4736-88b3-75da2aba6450 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1b88e04a-57dc-4736-88b3-75da2aba6450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b88e04a-57dc-4736-88b3-75da2aba6450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd4dfc8a-8414-49b8-ac16-4a5bd3176674 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

.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-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  margin-left: 3%;
margin-right: 3%;
max-width: 1453px;
text-align: center;
}
@media (min-width: 1200px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  display: none;
}
#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb, #wrap-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb, #wrap-content-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  display: none;
}
#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb, #wrap-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb, #wrap-content-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb { display: none !important; }}@media (max-width: 767px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  
}
}
#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image {
  box-sizing: border-box;
}



.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  
}


@media (min-width: 1200px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image {
  box-sizing: border-box;
}



.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image {
  box-sizing: border-box;
}



.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image {
  box-sizing: border-box;
}



.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  
}


}@media (max-width: 767px){#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  margin: 0 !important;
  overflow: visible;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4eeb59e-bfb4-40dc-977c-cefe739946eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add background color handling */
  
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4eeb59e-bfb4-40dc-977c-cefe739946eb.shogun-image {
  box-sizing: border-box;
}



.s-b4eeb59e-bfb4-40dc-977c-cefe739946eb img.shogun-image {
  
}


}
#s-8bc37cdd-bcee-4b7f-80ce-400030981908 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8bc37cdd-bcee-4b7f-80ce-400030981908 {
  
}
}
#s-8bc37cdd-bcee-4b7f-80ce-400030981908 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

#s-a5fdd80a-59b7-442e-80a2-0a340f6495a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5fdd80a-59b7-442e-80a2-0a340f6495a3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  margin-left: 3%;
margin-right: 3%;
max-width: 2300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  display: none;
}
#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50, #wrap-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50, #wrap-content-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 { display: none !important; }}@media (max-width: 767px){#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  display: none;
}
#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50, #wrap-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50, #wrap-content-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 { display: none !important; }}
#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image {
  box-sizing: border-box;
}



.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image {
  box-sizing: border-box;
}



.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image {
  box-sizing: border-box;
}



.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image {
  box-sizing: border-box;
}



.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd466798-345a-4bca-b6d2-a72e1a9b4a50.shogun-image {
  box-sizing: border-box;
}



.s-dd466798-345a-4bca-b6d2-a72e1a9b4a50 img.shogun-image {
  
}


}
#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  margin-left: 3%;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  display: none;
}
#s-20db80ca-0810-46d8-9732-bdcfb49adc8e, #wrap-s-20db80ca-0810-46d8-9732-bdcfb49adc8e, #wrap-content-s-20db80ca-0810-46d8-9732-bdcfb49adc8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  display: none;
}
#s-20db80ca-0810-46d8-9732-bdcfb49adc8e, #wrap-s-20db80ca-0810-46d8-9732-bdcfb49adc8e, #wrap-content-s-20db80ca-0810-46d8-9732-bdcfb49adc8e { display: none !important; }}@media (max-width: 767px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  
}
}
#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  margin: 0 !important;
  overflow: visible;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add background color handling */
  
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20db80ca-0810-46d8-9732-bdcfb49adc8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image {
  box-sizing: border-box;
}



.s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  
}


@media (min-width: 1200px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  margin: 0 !important;
  overflow: visible;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add background color handling */
  
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20db80ca-0810-46d8-9732-bdcfb49adc8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image {
  box-sizing: border-box;
}



.s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  margin: 0 !important;
  overflow: visible;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add background color handling */
  
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20db80ca-0810-46d8-9732-bdcfb49adc8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image {
  box-sizing: border-box;
}



.s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  margin: 0 !important;
  overflow: visible;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add background color handling */
  
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20db80ca-0810-46d8-9732-bdcfb49adc8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image {
  box-sizing: border-box;
}



.s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  
}


}@media (max-width: 767px){#s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  margin: 0 !important;
  overflow: visible;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20db80ca-0810-46d8-9732-bdcfb49adc8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add background color handling */
  
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20db80ca-0810-46d8-9732-bdcfb49adc8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20db80ca-0810-46d8-9732-bdcfb49adc8e.shogun-image {
  box-sizing: border-box;
}



.s-20db80ca-0810-46d8-9732-bdcfb49adc8e img.shogun-image {
  
}


}
#s-f1602efd-4e0d-4985-b5a1-d7c5928955a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1602efd-4e0d-4985-b5a1-d7c5928955a2 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-fa0b7fa1-a15d-4b9c-8318-74baff4b2920 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-68f735fd-cb12-4770-b837-56369674a533 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-68f735fd-cb12-4770-b837-56369674a533 {
  
}
}
#s-68f735fd-cb12-4770-b837-56369674a533 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

#s-9277ecad-a23e-4d21-8a16-0e5c4d2bcfcc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9277ecad-a23e-4d21-8a16-0e5c4d2bcfcc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-326c8736-b33f-4af5-9bd6-87209be879ba {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  display: none;
}
#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b, #wrap-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b, #wrap-content-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  display: none;
}
#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b, #wrap-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b, #wrap-content-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  
}
}@media (max-width: 767px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  
}
}
#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 8px;
  padding-bottom: 8px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image {
  box-sizing: border-box;
}



.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  
}


@media (min-width: 1200px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image {
  box-sizing: border-box;
}



.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image {
  box-sizing: border-box;
}



.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image {
  box-sizing: border-box;
}



.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  
}


}@media (max-width: 767px){#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 13px;
  padding-bottom: 13px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b.shogun-image {
  box-sizing: border-box;
}



.s-ea6018ea-e736-4ca1-87c6-4f9c8dc7903b img.shogun-image {
  
}


}
#s-8b5c82b2-e1b1-48cf-bea1-e791ff2a5f2e {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-da6081df-ff33-4271-bc69-8310325545f3 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-da6081df-ff33-4271-bc69-8310325545f3 {
  display: none;
}
#s-da6081df-ff33-4271-bc69-8310325545f3, #wrap-s-da6081df-ff33-4271-bc69-8310325545f3, #wrap-content-s-da6081df-ff33-4271-bc69-8310325545f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da6081df-ff33-4271-bc69-8310325545f3 {
  display: none;
}
#s-da6081df-ff33-4271-bc69-8310325545f3, #wrap-s-da6081df-ff33-4271-bc69-8310325545f3, #wrap-content-s-da6081df-ff33-4271-bc69-8310325545f3 { display: none !important; }}
#s-da6081df-ff33-4271-bc69-8310325545f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6081df-ff33-4271-bc69-8310325545f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 8px;
  padding-bottom: 8px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da6081df-ff33-4271-bc69-8310325545f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image {
  box-sizing: border-box;
}



.s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-da6081df-ff33-4271-bc69-8310325545f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6081df-ff33-4271-bc69-8310325545f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da6081df-ff33-4271-bc69-8310325545f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image {
  box-sizing: border-box;
}



.s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da6081df-ff33-4271-bc69-8310325545f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6081df-ff33-4271-bc69-8310325545f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da6081df-ff33-4271-bc69-8310325545f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image {
  box-sizing: border-box;
}



.s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da6081df-ff33-4271-bc69-8310325545f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6081df-ff33-4271-bc69-8310325545f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da6081df-ff33-4271-bc69-8310325545f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image {
  box-sizing: border-box;
}



.s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-da6081df-ff33-4271-bc69-8310325545f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6081df-ff33-4271-bc69-8310325545f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6081df-ff33-4271-bc69-8310325545f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da6081df-ff33-4271-bc69-8310325545f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6081df-ff33-4271-bc69-8310325545f3.shogun-image {
  box-sizing: border-box;
}



.s-da6081df-ff33-4271-bc69-8310325545f3 img.shogun-image {
  
}


}
#s-cbaa0547-fa1c-47f9-9cc4-61cf726581f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-1ecf27c7-7826-4a84-a9ba-4aac49bd8f76 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ecf27c7-7826-4a84-a9ba-4aac49bd8f76 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-65fc9f4e-365f-4cfb-a5fa-ffef94e65323 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-9739e67b-5705-4554-b4fe-49873b76134f {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-633b1799-d2b6-4f99-ab41-40e6cf50edaa {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-633b1799-d2b6-4f99-ab41-40e6cf50edaa {
  
}
}
#s-633b1799-d2b6-4f99-ab41-40e6cf50edaa hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

#s-74a74c9b-821d-4cce-ba53-955e3cf9706c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-59d99887-c294-49b3-bd2f-01e57e1732d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-59d99887-c294-49b3-bd2f-01e57e1732d1 {
  display: none;
}
#s-59d99887-c294-49b3-bd2f-01e57e1732d1, #wrap-s-59d99887-c294-49b3-bd2f-01e57e1732d1, #wrap-content-s-59d99887-c294-49b3-bd2f-01e57e1732d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59d99887-c294-49b3-bd2f-01e57e1732d1 {
  display: none;
}
#s-59d99887-c294-49b3-bd2f-01e57e1732d1, #wrap-s-59d99887-c294-49b3-bd2f-01e57e1732d1, #wrap-content-s-59d99887-c294-49b3-bd2f-01e57e1732d1 { display: none !important; }}@media (max-width: 767px){#s-59d99887-c294-49b3-bd2f-01e57e1732d1 {
  padding-left: 7%;
padding-right: 7%;
text-align: center;
}
}
#s-59d99887-c294-49b3-bd2f-01e57e1732d1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf {
  display: none;
}
#s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf, #wrap-s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf, #wrap-content-s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf { display: none !important; }}@media (max-width: 767px){#s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf {
  padding-left: 7%;
padding-right: 7%;
text-align: right;
display: none;
}
#s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf, #wrap-s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf, #wrap-content-s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf { display: none !important; }}
#s-82faa9bd-e376-44a5-8cbd-17ef4758d7cf .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 38.3px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-32ae9373-f095-437b-b3cc-ab4083aeb554 {
  display: none;
}
#s-32ae9373-f095-437b-b3cc-ab4083aeb554, #wrap-s-32ae9373-f095-437b-b3cc-ab4083aeb554, #wrap-content-s-32ae9373-f095-437b-b3cc-ab4083aeb554 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32ae9373-f095-437b-b3cc-ab4083aeb554 {
  display: none;
}
#s-32ae9373-f095-437b-b3cc-ab4083aeb554, #wrap-s-32ae9373-f095-437b-b3cc-ab4083aeb554, #wrap-content-s-32ae9373-f095-437b-b3cc-ab4083aeb554 { display: none !important; }}
#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 768px) and (max-width: 991px){#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 26, 26, 1);
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 26, 26, 1);
  text-align: center;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}}@media (max-width: 767px){#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 26, 26, 1);
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 26, 26, 1);
  text-align: center;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-32ae9373-f095-437b-b3cc-ab4083aeb554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}}
.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-4325503b-1041-40cf-8a9b-3888dcc3e054 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4325503b-1041-40cf-8a9b-3888dcc3e054 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-4325503b-1041-40cf-8a9b-3888dcc3e054 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-4325503b-1041-40cf-8a9b-3888dcc3e054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4325503b-1041-40cf-8a9b-3888dcc3e054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4325503b-1041-40cf-8a9b-3888dcc3e054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4325503b-1041-40cf-8a9b-3888dcc3e054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b36028b8-0c31-44ba-ad55-f6858148ab60 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(26, 26, 26, 1);
}

#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-093e778d-4669-45ad-8015-fd261dc6242f {
  max-width: 100px;
}
}@media (max-width: 767px){#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin: 0 !important;
  overflow: visible;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add background color handling */
  
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-093e778d-4669-45ad-8015-fd261dc6242f .shogun-image-content {
  
    justify-content: center;
  
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
  box-sizing: border-box;
}



.s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin: 0 !important;
  overflow: visible;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add background color handling */
  
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-093e778d-4669-45ad-8015-fd261dc6242f .shogun-image-content {
  
    justify-content: center;
  
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
  box-sizing: border-box;
}



.s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin: 0 !important;
  overflow: visible;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add background color handling */
  
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-093e778d-4669-45ad-8015-fd261dc6242f .shogun-image-content {
  
    justify-content: center;
  
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
  box-sizing: border-box;
}



.s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin: 0 !important;
  overflow: visible;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add background color handling */
  
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-093e778d-4669-45ad-8015-fd261dc6242f .shogun-image-content {
  
    justify-content: center;
  
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
  box-sizing: border-box;
}



.s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-093e778d-4669-45ad-8015-fd261dc6242f {
  margin: 0 !important;
  overflow: visible;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-093e778d-4669-45ad-8015-fd261dc6242f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add background color handling */
  
}

#s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-093e778d-4669-45ad-8015-fd261dc6242f .shogun-image-content {
  
    justify-content: center;
  
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e778d-4669-45ad-8015-fd261dc6242f.shogun-image {
  box-sizing: border-box;
}



.s-093e778d-4669-45ad-8015-fd261dc6242f img.shogun-image {
  min-height: 40px;
}


}
#s-1a652bc3-bc05-438e-9b16-aa73a9fa047b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-1a652bc3-bc05-438e-9b16-aa73a9fa047b {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-272eb7ca-a3f9-4496-8438-a93fd81cf3e3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-40197b7f-3dd6-4f0d-8c9d-ce98e2a9b62c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-40197b7f-3dd6-4f0d-8c9d-ce98e2a9b62c {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-40197b7f-3dd6-4f0d-8c9d-ce98e2a9b62c hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-40197b7f-3dd6-4f0d-8c9d-ce98e2a9b62c hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-40197b7f-3dd6-4f0d-8c9d-ce98e2a9b62c hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-d2197239-dd4d-4731-9989-39e3a3c2b72c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  max-width: 100px;
}
}@media (max-width: 767px){#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin: 0 !important;
  overflow: visible;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add background color handling */
  
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5306dff2-1165-40bd-bbe4-479c1fc745fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
  box-sizing: border-box;
}



.s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin: 0 !important;
  overflow: visible;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add background color handling */
  
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5306dff2-1165-40bd-bbe4-479c1fc745fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
  box-sizing: border-box;
}



.s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin: 0 !important;
  overflow: visible;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add background color handling */
  
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5306dff2-1165-40bd-bbe4-479c1fc745fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
  box-sizing: border-box;
}



.s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin: 0 !important;
  overflow: visible;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add background color handling */
  
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5306dff2-1165-40bd-bbe4-479c1fc745fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
  box-sizing: border-box;
}



.s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  margin: 0 !important;
  overflow: visible;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-5306dff2-1165-40bd-bbe4-479c1fc745fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add background color handling */
  
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5306dff2-1165-40bd-bbe4-479c1fc745fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5306dff2-1165-40bd-bbe4-479c1fc745fa.shogun-image {
  box-sizing: border-box;
}



.s-5306dff2-1165-40bd-bbe4-479c1fc745fa img.shogun-image {
  min-height: 40px;
}


}
#s-5b761389-6063-4f9e-8601-826cb54cb6d5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-5b761389-6063-4f9e-8601-826cb54cb6d5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-a6661d0d-8498-4555-9a0d-fd7fce454b87 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-4c51b41b-a5d9-462f-b80d-c10e337c8c30 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4c51b41b-a5d9-462f-b80d-c10e337c8c30 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-4c51b41b-a5d9-462f-b80d-c10e337c8c30 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4c51b41b-a5d9-462f-b80d-c10e337c8c30 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-4c51b41b-a5d9-462f-b80d-c10e337c8c30 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-81071d8d-e6ad-4ca8-9b14-e9ceb93a4eed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  max-width: 100px;
}
}@media (max-width: 767px){#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin: 0 !important;
  overflow: visible;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add background color handling */
  
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
  box-sizing: border-box;
}



.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin: 0 !important;
  overflow: visible;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add background color handling */
  
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
  box-sizing: border-box;
}



.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin: 0 !important;
  overflow: visible;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add background color handling */
  
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
  box-sizing: border-box;
}



.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin: 0 !important;
  overflow: visible;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add background color handling */
  
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
  box-sizing: border-box;
}



.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  margin: 0 !important;
  overflow: visible;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add background color handling */
  
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef.shogun-image {
  box-sizing: border-box;
}



.s-bf955a9d-8cda-44c4-a6f6-5d803b5d99ef img.shogun-image {
  min-height: 40px;
}


}
#s-c58a416b-5c18-4bee-b7a6-e9fafcddf00a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-c58a416b-5c18-4bee-b7a6-e9fafcddf00a {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-98544976-2349-4ac4-a1ed-a935d05647a9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-7bcaaaa2-528d-4efa-9839-d49762d981a9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7bcaaaa2-528d-4efa-9839-d49762d981a9 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-7bcaaaa2-528d-4efa-9839-d49762d981a9 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7bcaaaa2-528d-4efa-9839-d49762d981a9 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-7bcaaaa2-528d-4efa-9839-d49762d981a9 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-ac6636a6-e281-41c7-a72e-b39bf69dc482 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  max-width: 100px;
}
}@media (max-width: 767px){#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin: 0 !important;
  overflow: visible;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add background color handling */
  
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-01dee526-aba4-42fc-8456-5f5a45ed167c .shogun-image-content {
  
    justify-content: center;
  
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
  box-sizing: border-box;
}



.s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin: 0 !important;
  overflow: visible;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add background color handling */
  
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-01dee526-aba4-42fc-8456-5f5a45ed167c .shogun-image-content {
  
    justify-content: center;
  
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
  box-sizing: border-box;
}



.s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin: 0 !important;
  overflow: visible;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add background color handling */
  
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-01dee526-aba4-42fc-8456-5f5a45ed167c .shogun-image-content {
  
    justify-content: center;
  
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
  box-sizing: border-box;
}



.s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin: 0 !important;
  overflow: visible;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add background color handling */
  
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-01dee526-aba4-42fc-8456-5f5a45ed167c .shogun-image-content {
  
    justify-content: center;
  
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
  box-sizing: border-box;
}



.s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  margin: 0 !important;
  overflow: visible;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-01dee526-aba4-42fc-8456-5f5a45ed167c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add background color handling */
  
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-01dee526-aba4-42fc-8456-5f5a45ed167c .shogun-image-content {
  
    justify-content: center;
  
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01dee526-aba4-42fc-8456-5f5a45ed167c.shogun-image {
  box-sizing: border-box;
}



.s-01dee526-aba4-42fc-8456-5f5a45ed167c img.shogun-image {
  min-height: 40px;
}


}
#s-778303bf-de7e-47d5-a94e-465e679523b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-778303bf-de7e-47d5-a94e-465e679523b1 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-f2dffdb6-518d-4702-8b7d-794c4a4b4814 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-56952c46-b31d-48da-a3e1-84b3ae01cf30 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-56952c46-b31d-48da-a3e1-84b3ae01cf30 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-56952c46-b31d-48da-a3e1-84b3ae01cf30 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-56952c46-b31d-48da-a3e1-84b3ae01cf30 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-56952c46-b31d-48da-a3e1-84b3ae01cf30 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-155b215b-0830-426c-afb8-cb605090b637 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
  box-sizing: border-box;
}



.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
  box-sizing: border-box;
}



.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
  box-sizing: border-box;
}



.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
  box-sizing: border-box;
}



.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e3ac109-501f-41eb-bdb2-ee76e66d0177.shogun-image {
  box-sizing: border-box;
}



.s-8e3ac109-501f-41eb-bdb2-ee76e66d0177 img.shogun-image {
  min-height: 40px;
}


}
#s-b3de938f-b384-4759-9d5d-e455ab889aac {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b3de938f-b384-4759-9d5d-e455ab889aac {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-d694613b-e080-4621-8282-422eff112ad4 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-33c18eb4-d161-4d83-b821-c33f6645c450 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-33c18eb4-d161-4d83-b821-c33f6645c450 {
  margin-left: -4%;
margin-right: -4%;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-33c18eb4-d161-4d83-b821-c33f6645c450 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-33c18eb4-d161-4d83-b821-c33f6645c450"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33c18eb4-d161-4d83-b821-c33f6645c450"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33c18eb4-d161-4d83-b821-c33f6645c450"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33c18eb4-d161-4d83-b821-c33f6645c450"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-20c5bbdc-faab-4b42-a637-38190e5c86f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  max-width: 100px;
}
}@media (max-width: 767px){#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin: 0 !important;
  overflow: visible;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add background color handling */
  
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-24722caf-1757-47b2-a6fd-1767dee8d25c .shogun-image-content {
  
    justify-content: center;
  
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
  box-sizing: border-box;
}



.s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin: 0 !important;
  overflow: visible;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add background color handling */
  
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-24722caf-1757-47b2-a6fd-1767dee8d25c .shogun-image-content {
  
    justify-content: center;
  
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
  box-sizing: border-box;
}



.s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin: 0 !important;
  overflow: visible;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add background color handling */
  
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-24722caf-1757-47b2-a6fd-1767dee8d25c .shogun-image-content {
  
    justify-content: center;
  
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
  box-sizing: border-box;
}



.s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin: 0 !important;
  overflow: visible;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add background color handling */
  
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-24722caf-1757-47b2-a6fd-1767dee8d25c .shogun-image-content {
  
    justify-content: center;
  
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
  box-sizing: border-box;
}



.s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  margin: 0 !important;
  overflow: visible;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-24722caf-1757-47b2-a6fd-1767dee8d25c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add background color handling */
  
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-24722caf-1757-47b2-a6fd-1767dee8d25c .shogun-image-content {
  
    justify-content: center;
  
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24722caf-1757-47b2-a6fd-1767dee8d25c.shogun-image {
  box-sizing: border-box;
}



.s-24722caf-1757-47b2-a6fd-1767dee8d25c img.shogun-image {
  min-height: 40px;
}


}
#s-cd92a442-593a-4a90-af00-7c0544f0d127 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cd92a442-593a-4a90-af00-7c0544f0d127 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-c42958d7-d2c6-41af-9506-2f7ccce88fab {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-72102c9f-a509-42af-905d-a45c2ef1573c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-72102c9f-a509-42af-905d-a45c2ef1573c {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-72102c9f-a509-42af-905d-a45c2ef1573c hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-72102c9f-a509-42af-905d-a45c2ef1573c hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-509bec14-0ce0-4c8d-9c96-ffc7c556a011 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin: 0 !important;
  overflow: visible;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add background color handling */
  
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
  box-sizing: border-box;
}



.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin: 0 !important;
  overflow: visible;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add background color handling */
  
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
  box-sizing: border-box;
}



.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin: 0 !important;
  overflow: visible;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add background color handling */
  
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
  box-sizing: border-box;
}



.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin: 0 !important;
  overflow: visible;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add background color handling */
  
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
  box-sizing: border-box;
}



.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  margin: 0 !important;
  overflow: visible;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add background color handling */
  
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a243dbf8-17e6-4563-a44c-d4ad05ce8536.shogun-image {
  box-sizing: border-box;
}



.s-a243dbf8-17e6-4563-a44c-d4ad05ce8536 img.shogun-image {
  min-height: 40px;
}


}
#s-c29d1171-b28e-4a16-a162-45ab3c9e12fd {
  margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c29d1171-b28e-4a16-a162-45ab3c9e12fd {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-7d111117-0a01-4022-af52-cfe92fbba2c3 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-f23eecc0-53af-4fdc-8985-88ba25cad46b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f23eecc0-53af-4fdc-8985-88ba25cad46b {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-f23eecc0-53af-4fdc-8985-88ba25cad46b hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-f23eecc0-53af-4fdc-8985-88ba25cad46b hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-6c641d98-92ca-4b1f-928c-4d16ae593af1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  max-width: 100px;
}
}@media (max-width: 767px){#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
  box-sizing: border-box;
}



.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
  box-sizing: border-box;
}



.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
  box-sizing: border-box;
}



.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
  box-sizing: border-box;
}



.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a.shogun-image {
  box-sizing: border-box;
}



.s-2bcd1287-56a4-43bf-8a29-2e755c8c4d1a img.shogun-image {
  min-height: 40px;
}


}
#s-4bcdac9a-664a-4aed-829b-02dfe6c886cb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-4bcdac9a-664a-4aed-829b-02dfe6c886cb {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-20ea9ea0-eedd-4c5b-a8ff-26ba8a57a2c7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-137786b8-086e-4bd3-9c1a-3fadf24c19ce {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-137786b8-086e-4bd3-9c1a-3fadf24c19ce {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-137786b8-086e-4bd3-9c1a-3fadf24c19ce hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-137786b8-086e-4bd3-9c1a-3fadf24c19ce hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-c2a462ec-7ad9-469b-9dd3-8b7d1e7a02a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
  box-sizing: border-box;
}



.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
  box-sizing: border-box;
}



.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
  box-sizing: border-box;
}



.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
  box-sizing: border-box;
}



.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-c4cbc8b7-ed49-4cc9-b512-19216648a107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cbc8b7-ed49-4cc9-b512-19216648a107.shogun-image {
  box-sizing: border-box;
}



.s-c4cbc8b7-ed49-4cc9-b512-19216648a107 img.shogun-image {
  min-height: 40px;
}


}
#s-2dfd876b-3c6f-4ad7-ae9f-7579c819dd49 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2dfd876b-3c6f-4ad7-ae9f-7579c819dd49 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-f40f0ae2-21e7-49ee-a5a3-40abb7cf5fc2 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-05358138-8dc3-423e-8bc9-924317b307bc {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-05358138-8dc3-423e-8bc9-924317b307bc {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-05358138-8dc3-423e-8bc9-924317b307bc hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-05358138-8dc3-423e-8bc9-924317b307bc hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-e43f0675-eb53-4d4c-9914-ac20c0b425ed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-022caabe-b7c3-4594-94cd-797254a0198b {
  max-width: 100px;
}
}@media (max-width: 767px){#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin: 0 !important;
  overflow: visible;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add background color handling */
  
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-022caabe-b7c3-4594-94cd-797254a0198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
  box-sizing: border-box;
}



.s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin: 0 !important;
  overflow: visible;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add background color handling */
  
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-022caabe-b7c3-4594-94cd-797254a0198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
  box-sizing: border-box;
}



.s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin: 0 !important;
  overflow: visible;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add background color handling */
  
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-022caabe-b7c3-4594-94cd-797254a0198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
  box-sizing: border-box;
}



.s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin: 0 !important;
  overflow: visible;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add background color handling */
  
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-022caabe-b7c3-4594-94cd-797254a0198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
  box-sizing: border-box;
}



.s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-022caabe-b7c3-4594-94cd-797254a0198b {
  margin: 0 !important;
  overflow: visible;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-022caabe-b7c3-4594-94cd-797254a0198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add background color handling */
  
}

#s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-022caabe-b7c3-4594-94cd-797254a0198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-022caabe-b7c3-4594-94cd-797254a0198b.shogun-image {
  box-sizing: border-box;
}



.s-022caabe-b7c3-4594-94cd-797254a0198b img.shogun-image {
  min-height: 40px;
}


}
#s-e79dc2f9-8ffc-41b0-ac38-2414b0bf6434 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e79dc2f9-8ffc-41b0-ac38-2414b0bf6434 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-69fc195b-e950-4ae0-81b8-ca3c3c0b5367 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-69fc195b-e950-4ae0-81b8-ca3c3c0b5367 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-69fc195b-e950-4ae0-81b8-ca3c3c0b5367 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-69fc195b-e950-4ae0-81b8-ca3c3c0b5367 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-b3961960-ca93-4d94-b8e9-98279cef7677 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3961960-ca93-4d94-b8e9-98279cef7677 {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-b3961960-ca93-4d94-b8e9-98279cef7677 {
  margin-left: -13%;
margin-right: -13%;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-b3961960-ca93-4d94-b8e9-98279cef7677"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3961960-ca93-4d94-b8e9-98279cef7677"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3961960-ca93-4d94-b8e9-98279cef7677"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3961960-ca93-4d94-b8e9-98279cef7677"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a258d77a-4d67-4b63-b0a9-5f62541a2297 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
  box-sizing: border-box;
}



.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
  box-sizing: border-box;
}



.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
  box-sizing: border-box;
}



.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
  box-sizing: border-box;
}



.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6.shogun-image {
  box-sizing: border-box;
}



.s-4d0b86e7-b9e7-4184-bfa4-dde8a36bcec6 img.shogun-image {
  min-height: 40px;
}


}
#s-77cdf319-d3b0-4ba6-ad34-81ec5455bd43 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-77cdf319-d3b0-4ba6-ad34-81ec5455bd43 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-5f40db59-f0b6-437c-a7a2-23133a4d16e1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-a7d16cac-f87d-4549-a519-c051511541bb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a7d16cac-f87d-4549-a519-c051511541bb {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-a7d16cac-f87d-4549-a519-c051511541bb hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a7d16cac-f87d-4549-a519-c051511541bb hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-a7d16cac-f87d-4549-a519-c051511541bb hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-27faaef6-00aa-4be2-a1ec-3ff8100d5f4d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  max-width: 100px;
}
}@media (max-width: 767px){#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 120px;
}
}
#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image {
  box-sizing: border-box;
}



.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image {
  box-sizing: border-box;
}



.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image {
  box-sizing: border-box;
}



.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image {
  box-sizing: border-box;
}



.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  margin: 0 !important;
  overflow: visible;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add background color handling */
  
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b.shogun-image {
  box-sizing: border-box;
}



.s-5e39da0d-6f95-47a2-af6a-98ef87c27c5b img.shogun-image {
  min-height: 40px;
}


}
#s-7630462a-2352-4b9b-a1ff-415292f4fe06 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7630462a-2352-4b9b-a1ff-415292f4fe06 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-c9add619-c8b7-4c9c-b419-92749fc158fe {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-9cc0fbe5-8f5f-4d37-b9f6-e6d55801d835 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9cc0fbe5-8f5f-4d37-b9f6-e6d55801d835 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-9cc0fbe5-8f5f-4d37-b9f6-e6d55801d835 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9cc0fbe5-8f5f-4d37-b9f6-e6d55801d835 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-9cc0fbe5-8f5f-4d37-b9f6-e6d55801d835 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-815f9b9c-08a6-4649-bcc0-ce07ccb297c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-af583e49-550f-40ef-8f51-98a70b5a32e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
  box-sizing: border-box;
}



.s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-af583e49-550f-40ef-8f51-98a70b5a32e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
  box-sizing: border-box;
}



.s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-af583e49-550f-40ef-8f51-98a70b5a32e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
  box-sizing: border-box;
}



.s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-af583e49-550f-40ef-8f51-98a70b5a32e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
  box-sizing: border-box;
}



.s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-af583e49-550f-40ef-8f51-98a70b5a32e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-af583e49-550f-40ef-8f51-98a70b5a32e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af583e49-550f-40ef-8f51-98a70b5a32e3.shogun-image {
  box-sizing: border-box;
}



.s-af583e49-550f-40ef-8f51-98a70b5a32e3 img.shogun-image {
  min-height: 40px;
}


}
#s-1727cd8a-e3e3-4d11-9799-b194f1c93297 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1727cd8a-e3e3-4d11-9799-b194f1c93297 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-ec03869e-c923-4884-9cbd-d676099b9bf9 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-db8b42a0-b0d0-45e3-917b-f44305c5c17d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-db8b42a0-b0d0-45e3-917b-f44305c5c17d {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-db8b42a0-b0d0-45e3-917b-f44305c5c17d hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db8b42a0-b0d0-45e3-917b-f44305c5c17d hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-db8b42a0-b0d0-45e3-917b-f44305c5c17d hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-461d397e-0b03-46e2-a408-4a68b02f7b30 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin: 0 !important;
  overflow: visible;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add background color handling */
  
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-295b72cb-5aa2-436b-9f19-31f5442edd77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
  box-sizing: border-box;
}



.s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin: 0 !important;
  overflow: visible;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add background color handling */
  
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-295b72cb-5aa2-436b-9f19-31f5442edd77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
  box-sizing: border-box;
}



.s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin: 0 !important;
  overflow: visible;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add background color handling */
  
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-295b72cb-5aa2-436b-9f19-31f5442edd77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
  box-sizing: border-box;
}



.s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin: 0 !important;
  overflow: visible;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add background color handling */
  
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-295b72cb-5aa2-436b-9f19-31f5442edd77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
  box-sizing: border-box;
}



.s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  margin: 0 !important;
  overflow: visible;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-295b72cb-5aa2-436b-9f19-31f5442edd77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add background color handling */
  
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-295b72cb-5aa2-436b-9f19-31f5442edd77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b72cb-5aa2-436b-9f19-31f5442edd77.shogun-image {
  box-sizing: border-box;
}



.s-295b72cb-5aa2-436b-9f19-31f5442edd77 img.shogun-image {
  min-height: 40px;
}


}
#s-1d550dce-04f3-46ca-a33a-ada9638585ba {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1d550dce-04f3-46ca-a33a-ada9638585ba {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-b5a3220e-53a5-48b9-929a-1993d5bdafa4 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-ca92f6de-4e4c-40d0-9437-8d007a2ba727 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ca92f6de-4e4c-40d0-9437-8d007a2ba727 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-ca92f6de-4e4c-40d0-9437-8d007a2ba727 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ca92f6de-4e4c-40d0-9437-8d007a2ba727 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-ca92f6de-4e4c-40d0-9437-8d007a2ba727 hr {
  border-top: 2px solid rgba(245, 245, 245, 1);
}
}
#s-ca1a74f0-2958-457f-ba43-e3834476e978 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ca1a74f0-2958-457f-ba43-e3834476e978 {
  margin-left: -3%;
margin-right: -3%;
}
}@media (max-width: 767px){#s-ca1a74f0-2958-457f-ba43-e3834476e978 {
  margin-left: -16%;
margin-right: -16%;
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-ca1a74f0-2958-457f-ba43-e3834476e978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca1a74f0-2958-457f-ba43-e3834476e978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca1a74f0-2958-457f-ba43-e3834476e978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca1a74f0-2958-457f-ba43-e3834476e978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a263f16-f20b-4533-b559-947319a7fe93 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  max-width: 100px;
}
}@media (max-width: 767px){#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-fa5d2001-c843-481e-9da0-f5b8216390bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
  box-sizing: border-box;
}



.s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-fa5d2001-c843-481e-9da0-f5b8216390bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
  box-sizing: border-box;
}



.s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-fa5d2001-c843-481e-9da0-f5b8216390bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
  box-sizing: border-box;
}



.s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-fa5d2001-c843-481e-9da0-f5b8216390bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
  box-sizing: border-box;
}



.s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-fa5d2001-c843-481e-9da0-f5b8216390bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-fa5d2001-c843-481e-9da0-f5b8216390bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5d2001-c843-481e-9da0-f5b8216390bd.shogun-image {
  box-sizing: border-box;
}



.s-fa5d2001-c843-481e-9da0-f5b8216390bd img.shogun-image {
  min-height: 40px;
}


}
#s-8de88746-51ef-4ac2-8cc4-7ffb34dcf60f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8de88746-51ef-4ac2-8cc4-7ffb34dcf60f {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-91e5df52-6b46-416c-a54d-493a3a4309fe {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-ba71dd27-83f6-40b6-a21a-3ee4f5a58cd4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ba71dd27-83f6-40b6-a21a-3ee4f5a58cd4 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-ba71dd27-83f6-40b6-a21a-3ee4f5a58cd4 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-ba71dd27-83f6-40b6-a21a-3ee4f5a58cd4 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-72f3cc06-0d0c-4819-8a75-5cc98f53f0d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  max-width: 100px;
}
}@media (max-width: 767px){#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
  box-sizing: border-box;
}



.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
  box-sizing: border-box;
}



.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
  box-sizing: border-box;
}



.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
  box-sizing: border-box;
}



.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  margin: 0 !important;
  overflow: visible;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add background color handling */
  
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f.shogun-image {
  box-sizing: border-box;
}



.s-5fe61bcd-1ce5-468d-9394-6ff8d21ee20f img.shogun-image {
  min-height: 40px;
}


}
#s-44bb15f0-f46c-4e24-a2c5-634c4152495a {
  margin-top: -13px;
margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-44bb15f0-f46c-4e24-a2c5-634c4152495a {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-ceb0962a-dfba-409f-b7a4-15e7360cfeba {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-bb5eaa6b-42ba-44b8-ab63-5dc7171011d2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bb5eaa6b-42ba-44b8-ab63-5dc7171011d2 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-bb5eaa6b-42ba-44b8-ab63-5dc7171011d2 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-bb5eaa6b-42ba-44b8-ab63-5dc7171011d2 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-a2aaf3d1-1d0e-427b-8e3d-d004e53a7403 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin: 0 !important;
  overflow: visible;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add background color handling */
  
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
  box-sizing: border-box;
}



.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin: 0 !important;
  overflow: visible;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add background color handling */
  
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
  box-sizing: border-box;
}



.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin: 0 !important;
  overflow: visible;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add background color handling */
  
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
  box-sizing: border-box;
}



.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin: 0 !important;
  overflow: visible;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add background color handling */
  
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
  box-sizing: border-box;
}



.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  margin: 0 !important;
  overflow: visible;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-e72feb02-30af-491f-b0d6-b5082f1f2d93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add background color handling */
  
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e72feb02-30af-491f-b0d6-b5082f1f2d93.shogun-image {
  box-sizing: border-box;
}



.s-e72feb02-30af-491f-b0d6-b5082f1f2d93 img.shogun-image {
  min-height: 40px;
}


}
#s-3ae31c65-0b3d-40e9-971e-9279992a83b4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-3ae31c65-0b3d-40e9-971e-9279992a83b4 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-fd43ae2e-0027-43c2-8884-67a1bbb9296a {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-3ea54d51-7003-4b8c-842a-83a5b69a82f7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3ea54d51-7003-4b8c-842a-83a5b69a82f7 {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-3ea54d51-7003-4b8c-842a-83a5b69a82f7 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-3ea54d51-7003-4b8c-842a-83a5b69a82f7 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
#s-3d5e7790-a859-4505-b89d-3c6124a0313e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 90px;
}
}
#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin: 0 !important;
  overflow: visible;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add background color handling */
  
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cafd07b5-33bb-4d81-adeb-144087a19253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
  box-sizing: border-box;
}



.s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin: 0 !important;
  overflow: visible;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add background color handling */
  
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cafd07b5-33bb-4d81-adeb-144087a19253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
  box-sizing: border-box;
}



.s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin: 0 !important;
  overflow: visible;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add background color handling */
  
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cafd07b5-33bb-4d81-adeb-144087a19253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
  box-sizing: border-box;
}



.s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin: 0 !important;
  overflow: visible;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add background color handling */
  
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cafd07b5-33bb-4d81-adeb-144087a19253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
  box-sizing: border-box;
}



.s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  margin: 0 !important;
  overflow: visible;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-cafd07b5-33bb-4d81-adeb-144087a19253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add background color handling */
  
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cafd07b5-33bb-4d81-adeb-144087a19253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cafd07b5-33bb-4d81-adeb-144087a19253.shogun-image {
  box-sizing: border-box;
}



.s-cafd07b5-33bb-4d81-adeb-144087a19253 img.shogun-image {
  min-height: 40px;
}


}
#s-59b56b76-10c1-4b18-90b8-8a25f49ac7b3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-59b56b76-10c1-4b18-90b8-8a25f49ac7b3 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-d86818e7-9fb3-4a3e-b7ca-cced4a90a9b4 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e {
  display: none;
}
#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e, #wrap-s-dbefd36d-213c-491b-bfa8-eb984fb75c4e, #wrap-content-s-dbefd36d-213c-491b-bfa8-eb984fb75c4e { display: none !important; }}@media (max-width: 767px){#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e {
  display: none;
}
#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e, #wrap-s-dbefd36d-213c-491b-bfa8-eb984fb75c4e, #wrap-content-s-dbefd36d-213c-491b-bfa8-eb984fb75c4e { display: none !important; }}







#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbefd36d-213c-491b-bfa8-eb984fb75c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c97e2195-ef02-4766-b57f-61b4b083595d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1f253093-aaac-4906-b5d7-bc28095121f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1f253093-aaac-4906-b5d7-bc28095121f4 {
  display: none;
}
#s-1f253093-aaac-4906-b5d7-bc28095121f4, #wrap-s-1f253093-aaac-4906-b5d7-bc28095121f4, #wrap-content-s-1f253093-aaac-4906-b5d7-bc28095121f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f253093-aaac-4906-b5d7-bc28095121f4 {
  display: none;
}
#s-1f253093-aaac-4906-b5d7-bc28095121f4, #wrap-s-1f253093-aaac-4906-b5d7-bc28095121f4, #wrap-content-s-1f253093-aaac-4906-b5d7-bc28095121f4 { display: none !important; }}@media (max-width: 767px){#s-1f253093-aaac-4906-b5d7-bc28095121f4 {
  padding-left: 7%;
padding-right: 7%;
text-align: left;
}
}
#s-1f253093-aaac-4906-b5d7-bc28095121f4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-2cb0b944-7036-410e-944c-6030e1f52ab1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2cb0b944-7036-410e-944c-6030e1f52ab1 {
  display: none;
}
#s-2cb0b944-7036-410e-944c-6030e1f52ab1, #wrap-s-2cb0b944-7036-410e-944c-6030e1f52ab1, #wrap-content-s-2cb0b944-7036-410e-944c-6030e1f52ab1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cb0b944-7036-410e-944c-6030e1f52ab1 {
  display: none;
}
#s-2cb0b944-7036-410e-944c-6030e1f52ab1, #wrap-s-2cb0b944-7036-410e-944c-6030e1f52ab1, #wrap-content-s-2cb0b944-7036-410e-944c-6030e1f52ab1 { display: none !important; }}@media (max-width: 767px){#s-2cb0b944-7036-410e-944c-6030e1f52ab1 {
  padding-left: 7%;
padding-right: 7%;
text-align: center;
}
}
#s-2cb0b944-7036-410e-944c-6030e1f52ab1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-500709d3-614e-4596-b993-992706a859ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-500709d3-614e-4596-b993-992706a859ec {
  display: none;
}
#s-500709d3-614e-4596-b993-992706a859ec, #wrap-s-500709d3-614e-4596-b993-992706a859ec, #wrap-content-s-500709d3-614e-4596-b993-992706a859ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-500709d3-614e-4596-b993-992706a859ec {
  display: none;
}
#s-500709d3-614e-4596-b993-992706a859ec, #wrap-s-500709d3-614e-4596-b993-992706a859ec, #wrap-content-s-500709d3-614e-4596-b993-992706a859ec { display: none !important; }}@media (max-width: 767px){#s-500709d3-614e-4596-b993-992706a859ec {
  padding-left: 7%;
padding-right: 7%;
text-align: right;
}
}
#s-500709d3-614e-4596-b993-992706a859ec .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-2869e026-8796-461c-9787-138b85f572c6 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(26, 26, 26, 1);
}

@media (min-width: 0px) {
[id="s-2869e026-8796-461c-9787-138b85f572c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2869e026-8796-461c-9787-138b85f572c6"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-2869e026-8796-461c-9787-138b85f572c6"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-2869e026-8796-461c-9787-138b85f572c6"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-fb46958d-49d4-4b57-b98d-3d6ddbba98e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(26, 26, 26, 1);
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin: 0 !important;
  overflow: visible;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add background color handling */
  
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
  box-sizing: border-box;
}



.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin: 0 !important;
  overflow: visible;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add background color handling */
  
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
  box-sizing: border-box;
}



.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin: 0 !important;
  overflow: visible;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add background color handling */
  
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
  box-sizing: border-box;
}



.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin: 0 !important;
  overflow: visible;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add background color handling */
  
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
  box-sizing: border-box;
}



.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  margin: 0 !important;
  overflow: visible;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-a2537c4b-e463-4eef-96b0-f3c11b77db0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add background color handling */
  
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2537c4b-e463-4eef-96b0-f3c11b77db0f.shogun-image {
  box-sizing: border-box;
}



.s-a2537c4b-e463-4eef-96b0-f3c11b77db0f img.shogun-image {
  min-height: 40px;
}


}
#s-5469dfe8-6d2f-473d-bca9-76205feaeb3c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-5469dfe8-6d2f-473d-bca9-76205feaeb3c {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-5ce88841-92e0-450c-a3b5-482fc5041eff {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-38a1950b-636a-486c-9528-405d361562e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
  box-sizing: border-box;
}



.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
  box-sizing: border-box;
}



.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
  box-sizing: border-box;
}



.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
  box-sizing: border-box;
}



.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a36af0-2037-401b-9c75-5de2ca82f3f7.shogun-image {
  box-sizing: border-box;
}



.s-f5a36af0-2037-401b-9c75-5de2ca82f3f7 img.shogun-image {
  min-height: 40px;
}


}
#s-f603e4d5-cef9-48b9-ab66-90d8bed1c056 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-f603e4d5-cef9-48b9-ab66-90d8bed1c056 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-c1756cda-21d8-47c4-a891-125a48987d36 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-e26dbdd9-6ab0-47e1-8069-ad8f6f0f4a5b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin: 0 !important;
  overflow: visible;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add background color handling */
  
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
  box-sizing: border-box;
}



.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin: 0 !important;
  overflow: visible;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add background color handling */
  
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
  box-sizing: border-box;
}



.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin: 0 !important;
  overflow: visible;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add background color handling */
  
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
  box-sizing: border-box;
}



.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin: 0 !important;
  overflow: visible;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add background color handling */
  
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
  box-sizing: border-box;
}



.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  margin: 0 !important;
  overflow: visible;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-2e094b8a-a657-40fa-bb69-7b8729b0d19b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add background color handling */
  
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e094b8a-a657-40fa-bb69-7b8729b0d19b.shogun-image {
  box-sizing: border-box;
}



.s-2e094b8a-a657-40fa-bb69-7b8729b0d19b img.shogun-image {
  min-height: 40px;
}


}
#s-8a976cf4-1171-459e-9d2e-557a992ce6fd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-8a976cf4-1171-459e-9d2e-557a992ce6fd {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-4eac1ee6-3265-4267-94c7-3e878c595397 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-2889febd-ffa3-4583-8f9c-ee362eaf4507 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-00ff3224-8967-4f87-8818-cd950a0dda27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
  box-sizing: border-box;
}



.s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-00ff3224-8967-4f87-8818-cd950a0dda27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
  box-sizing: border-box;
}



.s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-00ff3224-8967-4f87-8818-cd950a0dda27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
  box-sizing: border-box;
}



.s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-00ff3224-8967-4f87-8818-cd950a0dda27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
  box-sizing: border-box;
}



.s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  margin: 0 !important;
  overflow: visible;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-00ff3224-8967-4f87-8818-cd950a0dda27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add background color handling */
  
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-00ff3224-8967-4f87-8818-cd950a0dda27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ff3224-8967-4f87-8818-cd950a0dda27.shogun-image {
  box-sizing: border-box;
}



.s-00ff3224-8967-4f87-8818-cd950a0dda27 img.shogun-image {
  min-height: 40px;
}


}
#s-f9abdb94-a797-416f-b861-9844a69211a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-f9abdb94-a797-416f-b861-9844a69211a8 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-b9fa36e1-7431-4a66-a99c-28fb29242e8a {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-222cb005-eb10-4b53-b234-ce61a33406ae {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-424fe268-c299-413f-a1be-896520c99ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-424fe268-c299-413f-a1be-896520c99ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
  box-sizing: border-box;
}



.s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-424fe268-c299-413f-a1be-896520c99ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-424fe268-c299-413f-a1be-896520c99ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
  box-sizing: border-box;
}



.s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-424fe268-c299-413f-a1be-896520c99ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-424fe268-c299-413f-a1be-896520c99ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
  box-sizing: border-box;
}



.s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-424fe268-c299-413f-a1be-896520c99ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-424fe268-c299-413f-a1be-896520c99ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
  box-sizing: border-box;
}



.s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-424fe268-c299-413f-a1be-896520c99ea2 {
  margin: 0 !important;
  overflow: visible;
}

#s-424fe268-c299-413f-a1be-896520c99ea2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-424fe268-c299-413f-a1be-896520c99ea2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add background color handling */
  
}

#s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-424fe268-c299-413f-a1be-896520c99ea2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-424fe268-c299-413f-a1be-896520c99ea2.shogun-image {
  box-sizing: border-box;
}



.s-424fe268-c299-413f-a1be-896520c99ea2 img.shogun-image {
  min-height: 40px;
}


}
#s-2ee26e77-b3e5-4bcd-97e4-d103ea24f54c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2ee26e77-b3e5-4bcd-97e4-d103ea24f54c {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6335204e-4015-4a96-91a4-89b862f1bcf7 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-97de328d-6a02-43f7-9215-461ad9e63002 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-97de328d-6a02-43f7-9215-461ad9e63002"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-97de328d-6a02-43f7-9215-461ad9e63002"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-97de328d-6a02-43f7-9215-461ad9e63002"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-97de328d-6a02-43f7-9215-461ad9e63002"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a75f913a-8f3e-426d-817a-5365212dedc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
  box-sizing: border-box;
}



.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
  box-sizing: border-box;
}



.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
  box-sizing: border-box;
}



.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
  box-sizing: border-box;
}



.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68659ff6-fb8e-466a-9a4c-6bae13b327e8.shogun-image {
  box-sizing: border-box;
}



.s-68659ff6-fb8e-466a-9a4c-6bae13b327e8 img.shogun-image {
  min-height: 40px;
}


}
#s-d5860602-0156-417c-9187-b97c6d21c1d5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d5860602-0156-417c-9187-b97c6d21c1d5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-81dc3e8d-2b23-4c87-a7de-b1fe453447be {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-704a8176-b0c9-4fed-89bf-183fe91c71bb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin: 0 !important;
  overflow: visible;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add background color handling */
  
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a57962b5-4057-47b3-a4d6-50ccac791cce .shogun-image-content {
  
    justify-content: center;
  
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
  box-sizing: border-box;
}



.s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin: 0 !important;
  overflow: visible;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add background color handling */
  
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a57962b5-4057-47b3-a4d6-50ccac791cce .shogun-image-content {
  
    justify-content: center;
  
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
  box-sizing: border-box;
}



.s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin: 0 !important;
  overflow: visible;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add background color handling */
  
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a57962b5-4057-47b3-a4d6-50ccac791cce .shogun-image-content {
  
    justify-content: center;
  
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
  box-sizing: border-box;
}



.s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin: 0 !important;
  overflow: visible;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add background color handling */
  
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a57962b5-4057-47b3-a4d6-50ccac791cce .shogun-image-content {
  
    justify-content: center;
  
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
  box-sizing: border-box;
}



.s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  margin: 0 !important;
  overflow: visible;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-a57962b5-4057-47b3-a4d6-50ccac791cce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add background color handling */
  
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-a57962b5-4057-47b3-a4d6-50ccac791cce .shogun-image-content {
  
    justify-content: center;
  
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a57962b5-4057-47b3-a4d6-50ccac791cce.shogun-image {
  box-sizing: border-box;
}



.s-a57962b5-4057-47b3-a4d6-50ccac791cce img.shogun-image {
  min-height: 40px;
}


}
#s-1c660238-782f-4b7b-8e97-ff02221765ea {
  margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-1c660238-782f-4b7b-8e97-ff02221765ea {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-db517722-44a3-4c70-a382-6c692282cdc0 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-0c65d313-21e6-43d6-af39-972377ff4a06 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
  box-sizing: border-box;
}



.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
  box-sizing: border-box;
}



.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
  box-sizing: border-box;
}



.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
  box-sizing: border-box;
}



.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  margin: 0 !important;
  overflow: visible;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-b1045685-b4bb-40a4-bd75-5aaf145a0831 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add background color handling */
  
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1045685-b4bb-40a4-bd75-5aaf145a0831.shogun-image {
  box-sizing: border-box;
}



.s-b1045685-b4bb-40a4-bd75-5aaf145a0831 img.shogun-image {
  min-height: 40px;
}


}
#s-f13ae518-e838-4483-8f01-c9b1a6a14135 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-f13ae518-e838-4483-8f01-c9b1a6a14135 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-b8e1ac53-ca16-4e5f-b046-ae4d1aa63001 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-fac17cf7-1f3d-4fdd-886d-6272ac9b50e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
  box-sizing: border-box;
}



.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
  box-sizing: border-box;
}



.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
  box-sizing: border-box;
}



.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
  box-sizing: border-box;
}



.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3.shogun-image {
  box-sizing: border-box;
}



.s-d5adc1e1-50d1-4076-82f5-b42ce0c4c1f3 img.shogun-image {
  min-height: 40px;
}


}
#s-94846a47-5d11-4927-91d7-aed2e46505b5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-94846a47-5d11-4927-91d7-aed2e46505b5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-b8405c9a-9af4-48fd-8726-7c43b023dcb6 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-67559104-ba24-4b8e-86b8-8c627357e6dc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin: 0 !important;
  overflow: visible;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add background color handling */
  
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-9790d07c-20fa-4685-9444-bd86ac37a822 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
  box-sizing: border-box;
}



.s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin: 0 !important;
  overflow: visible;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add background color handling */
  
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-9790d07c-20fa-4685-9444-bd86ac37a822 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
  box-sizing: border-box;
}



.s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin: 0 !important;
  overflow: visible;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add background color handling */
  
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-9790d07c-20fa-4685-9444-bd86ac37a822 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
  box-sizing: border-box;
}



.s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin: 0 !important;
  overflow: visible;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add background color handling */
  
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-9790d07c-20fa-4685-9444-bd86ac37a822 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
  box-sizing: border-box;
}



.s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  margin: 0 !important;
  overflow: visible;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-9790d07c-20fa-4685-9444-bd86ac37a822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add background color handling */
  
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-9790d07c-20fa-4685-9444-bd86ac37a822 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9790d07c-20fa-4685-9444-bd86ac37a822.shogun-image {
  box-sizing: border-box;
}



.s-9790d07c-20fa-4685-9444-bd86ac37a822 img.shogun-image {
  min-height: 40px;
}


}
#s-b14102f6-dae3-46dd-90b6-609105a8859b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b14102f6-dae3-46dd-90b6-609105a8859b {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-8e35e435-99ec-49af-8eba-b9d5d4d17252 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(26, 26, 26, 1);
}

@media (min-width: 0px) {
[id="s-8e35e435-99ec-49af-8eba-b9d5d4d17252"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8e35e435-99ec-49af-8eba-b9d5d4d17252"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8e35e435-99ec-49af-8eba-b9d5d4d17252"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e35e435-99ec-49af-8eba-b9d5d4d17252"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-042ddec7-7804-413d-a882-9abc235d0e81 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin: 0 !important;
  overflow: visible;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add background color handling */
  
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-467d7113-c264-40b6-9c95-aef05fde3104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
  box-sizing: border-box;
}



.s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin: 0 !important;
  overflow: visible;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add background color handling */
  
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-467d7113-c264-40b6-9c95-aef05fde3104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
  box-sizing: border-box;
}



.s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin: 0 !important;
  overflow: visible;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add background color handling */
  
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-467d7113-c264-40b6-9c95-aef05fde3104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
  box-sizing: border-box;
}



.s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin: 0 !important;
  overflow: visible;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add background color handling */
  
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-467d7113-c264-40b6-9c95-aef05fde3104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
  box-sizing: border-box;
}



.s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-467d7113-c264-40b6-9c95-aef05fde3104 {
  margin: 0 !important;
  overflow: visible;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-467d7113-c264-40b6-9c95-aef05fde3104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add background color handling */
  
}

#s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-467d7113-c264-40b6-9c95-aef05fde3104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7113-c264-40b6-9c95-aef05fde3104.shogun-image {
  box-sizing: border-box;
}



.s-467d7113-c264-40b6-9c95-aef05fde3104 img.shogun-image {
  min-height: 40px;
}


}
#s-f7d19d23-628c-4df6-a778-853bc6524aec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-f7d19d23-628c-4df6-a778-853bc6524aec {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-ef7cc10c-6503-4551-8bd5-c76804e8a882 {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-372ec1ca-d3c4-4832-8f3c-630995883f09 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin: 0 !important;
  overflow: visible;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add background color handling */
  
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image {
  box-sizing: border-box;
}



.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin: 0 !important;
  overflow: visible;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add background color handling */
  
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image {
  box-sizing: border-box;
}



.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin: 0 !important;
  overflow: visible;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add background color handling */
  
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image {
  box-sizing: border-box;
}



.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin: 0 !important;
  overflow: visible;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add background color handling */
  
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image {
  box-sizing: border-box;
}



.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  margin: 0 !important;
  overflow: visible;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add background color handling */
  
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40354b8d-cbf3-427e-85bf-39d5c2f3df21.shogun-image {
  box-sizing: border-box;
}



.s-40354b8d-cbf3-427e-85bf-39d5c2f3df21 img.shogun-image {
  min-height: 40px;
}


}
#s-cc75c82f-fc2a-45c4-b5cc-45fac0a22553 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cc75c82f-fc2a-45c4-b5cc-45fac0a22553 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-becb2914-5f55-47f8-a0bf-5713e676e406 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-dcee2941-ac37-4f14-8731-4098024f90f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b3a998a8-3a66-4f26-bf81-7739d719f26a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
  box-sizing: border-box;
}



.s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b3a998a8-3a66-4f26-bf81-7739d719f26a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
  box-sizing: border-box;
}



.s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b3a998a8-3a66-4f26-bf81-7739d719f26a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
  box-sizing: border-box;
}



.s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b3a998a8-3a66-4f26-bf81-7739d719f26a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
  box-sizing: border-box;
}



.s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-b3a998a8-3a66-4f26-bf81-7739d719f26a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-b3a998a8-3a66-4f26-bf81-7739d719f26a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a998a8-3a66-4f26-bf81-7739d719f26a.shogun-image {
  box-sizing: border-box;
}



.s-b3a998a8-3a66-4f26-bf81-7739d719f26a img.shogun-image {
  min-height: 40px;
}


}
#s-1b153d27-690f-4f60-94c1-8eb573c89f20 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1b153d27-690f-4f60-94c1-8eb573c89f20 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-49f589fd-e5e7-4b73-aa2b-f5f690456071 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-2bc0eb5d-f168-4160-978b-4fa7c3d17fce {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin: 0 !important;
  overflow: visible;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add background color handling */
  
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-41a26008-52c7-49db-9daa-54ecd272ba23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
  box-sizing: border-box;
}



.s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin: 0 !important;
  overflow: visible;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add background color handling */
  
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-41a26008-52c7-49db-9daa-54ecd272ba23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
  box-sizing: border-box;
}



.s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin: 0 !important;
  overflow: visible;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add background color handling */
  
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-41a26008-52c7-49db-9daa-54ecd272ba23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
  box-sizing: border-box;
}



.s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin: 0 !important;
  overflow: visible;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add background color handling */
  
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-41a26008-52c7-49db-9daa-54ecd272ba23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
  box-sizing: border-box;
}



.s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  margin: 0 !important;
  overflow: visible;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-41a26008-52c7-49db-9daa-54ecd272ba23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add background color handling */
  
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-41a26008-52c7-49db-9daa-54ecd272ba23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a26008-52c7-49db-9daa-54ecd272ba23.shogun-image {
  box-sizing: border-box;
}



.s-41a26008-52c7-49db-9daa-54ecd272ba23 img.shogun-image {
  min-height: 40px;
}


}
#s-fe28d0f6-c604-41c9-9361-09deab528523 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fe28d0f6-c604-41c9-9361-09deab528523 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-2a01530b-b12b-42fe-8839-803ad9e9e206 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-b59e2a51-d05c-4f07-a83c-fcc29df5620d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin: 0 !important;
  overflow: visible;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add background color handling */
  
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
  box-sizing: border-box;
}



.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin: 0 !important;
  overflow: visible;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add background color handling */
  
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
  box-sizing: border-box;
}



.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin: 0 !important;
  overflow: visible;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add background color handling */
  
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
  box-sizing: border-box;
}



.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin: 0 !important;
  overflow: visible;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add background color handling */
  
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
  box-sizing: border-box;
}



.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  margin: 0 !important;
  overflow: visible;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add background color handling */
  
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f.shogun-image {
  box-sizing: border-box;
}



.s-1247e13d-41e3-4a27-8d4a-ff56fb2d839f img.shogun-image {
  min-height: 40px;
}


}
#s-f1ea102b-864f-45b8-8d70-38222822396f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f1ea102b-864f-45b8-8d70-38222822396f {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e1e31c78-d860-4827-b98a-83551b8fc967 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-da1c6bc7-5857-4055-9156-b992f83e60e0 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-da1c6bc7-5857-4055-9156-b992f83e60e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da1c6bc7-5857-4055-9156-b992f83e60e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-da1c6bc7-5857-4055-9156-b992f83e60e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-da1c6bc7-5857-4055-9156-b992f83e60e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d018acf3-5e1a-4dfd-9dc2-694bf1063006 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin: 0 !important;
  overflow: visible;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add background color handling */
  
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-49cc274b-9e94-45ed-acc9-f894b83aa567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
  box-sizing: border-box;
}



.s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin: 0 !important;
  overflow: visible;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add background color handling */
  
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-49cc274b-9e94-45ed-acc9-f894b83aa567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
  box-sizing: border-box;
}



.s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin: 0 !important;
  overflow: visible;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add background color handling */
  
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-49cc274b-9e94-45ed-acc9-f894b83aa567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
  box-sizing: border-box;
}



.s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin: 0 !important;
  overflow: visible;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add background color handling */
  
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-49cc274b-9e94-45ed-acc9-f894b83aa567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
  box-sizing: border-box;
}



.s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  margin: 0 !important;
  overflow: visible;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-49cc274b-9e94-45ed-acc9-f894b83aa567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add background color handling */
  
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-49cc274b-9e94-45ed-acc9-f894b83aa567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49cc274b-9e94-45ed-acc9-f894b83aa567.shogun-image {
  box-sizing: border-box;
}



.s-49cc274b-9e94-45ed-acc9-f894b83aa567 img.shogun-image {
  min-height: 40px;
}


}
#s-35347c8f-e214-4a4e-8fda-17715de148b2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-35347c8f-e214-4a4e-8fda-17715de148b2 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-66ba5c03-cc82-49e1-94fb-879bffbc558a {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-2bfae887-7ddf-4cc2-a2a0-5acd460f4b00 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin: 0 !important;
  overflow: visible;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add background color handling */
  
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
  box-sizing: border-box;
}



.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin: 0 !important;
  overflow: visible;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add background color handling */
  
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
  box-sizing: border-box;
}



.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin: 0 !important;
  overflow: visible;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add background color handling */
  
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
  box-sizing: border-box;
}



.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin: 0 !important;
  overflow: visible;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add background color handling */
  
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
  box-sizing: border-box;
}



.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  margin: 0 !important;
  overflow: visible;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-cea9d752-dbd2-4b65-af92-86eaff3ab7da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add background color handling */
  
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea9d752-dbd2-4b65-af92-86eaff3ab7da.shogun-image {
  box-sizing: border-box;
}



.s-cea9d752-dbd2-4b65-af92-86eaff3ab7da img.shogun-image {
  min-height: 40px;
}


}
#s-37f110ba-6333-44d1-b31a-e38f8d5b96b7 {
  margin-top: -13px;
margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-37f110ba-6333-44d1-b31a-e38f8d5b96b7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-39f0e6a8-4e86-4cfe-89c9-04234578db39 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-e5312bab-475a-4a15-9a39-095c7a7b7975 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
  box-sizing: border-box;
}



.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
  box-sizing: border-box;
}



.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
  box-sizing: border-box;
}



.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
  box-sizing: border-box;
}



.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dec7d4f-ccdc-4337-acc8-23e11b044b31.shogun-image {
  box-sizing: border-box;
}



.s-6dec7d4f-ccdc-4337-acc8-23e11b044b31 img.shogun-image {
  min-height: 40px;
}


}
#s-8bede0d6-58d3-4718-89ec-f7e0f8379b47 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-8bede0d6-58d3-4718-89ec-f7e0f8379b47 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-67173e33-ec18-46e6-ad17-18363b95bf7f {
  margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 3px;
opacity: 1;
}

#s-b1a08113-ba98-4858-962e-94840bc120c0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 70px;
}
}
#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin: 0 !important;
  overflow: visible;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add background color handling */
  
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d79e54b1-a6d4-402e-a30b-655f768b4513 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
  box-sizing: border-box;
}



.s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  min-height: 40px;
}


@media (min-width: 1200px){#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin: 0 !important;
  overflow: visible;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add background color handling */
  
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d79e54b1-a6d4-402e-a30b-655f768b4513 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
  box-sizing: border-box;
}



.s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin: 0 !important;
  overflow: visible;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add background color handling */
  
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d79e54b1-a6d4-402e-a30b-655f768b4513 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
  box-sizing: border-box;
}



.s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  min-height: 40px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin: 0 !important;
  overflow: visible;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add background color handling */
  
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d79e54b1-a6d4-402e-a30b-655f768b4513 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
  box-sizing: border-box;
}



.s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  min-height: 40px;
}


}@media (max-width: 767px){#s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  margin: 0 !important;
  overflow: visible;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-d79e54b1-a6d4-402e-a30b-655f768b4513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add background color handling */
  
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
    
    
    min-height: 40px;
    max-height: 70px;
  }


.s-d79e54b1-a6d4-402e-a30b-655f768b4513 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d79e54b1-a6d4-402e-a30b-655f768b4513.shogun-image {
  box-sizing: border-box;
}



.s-d79e54b1-a6d4-402e-a30b-655f768b4513 img.shogun-image {
  min-height: 40px;
}


}
#s-2e56a061-9099-4372-8ac0-f5cf4a487146 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2e56a061-9099-4372-8ac0-f5cf4a487146 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-fb6b3382-21f7-4542-83cd-704f732646aa {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
}

#s-e265eee4-4aa1-462e-836c-27282edf2510 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e265eee4-4aa1-462e-836c-27282edf2510 {
  display: none;
}
#s-e265eee4-4aa1-462e-836c-27282edf2510, #wrap-s-e265eee4-4aa1-462e-836c-27282edf2510, #wrap-content-s-e265eee4-4aa1-462e-836c-27282edf2510 { display: none !important; }}@media (max-width: 767px){#s-e265eee4-4aa1-462e-836c-27282edf2510 {
  padding-left: 7%;
padding-right: 7%;
text-align: right;
display: none;
}
#s-e265eee4-4aa1-462e-836c-27282edf2510, #wrap-s-e265eee4-4aa1-462e-836c-27282edf2510, #wrap-content-s-e265eee4-4aa1-462e-836c-27282edf2510 { display: none !important; }}
#s-e265eee4-4aa1-462e-836c-27282edf2510 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  font-size: 38.3px;
  
  
  
}



.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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557-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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557 .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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d602365-7806-4e8e-b340-f7a27c62a557 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-1d602365-7806-4e8e-b340-f7a27c62a557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1d602365-7806-4e8e-b340-f7a27c62a557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557-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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557 .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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d602365-7806-4e8e-b340-f7a27c62a557 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-1d602365-7806-4e8e-b340-f7a27c62a557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1d602365-7806-4e8e-b340-f7a27c62a557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557-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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557 .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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d602365-7806-4e8e-b340-f7a27c62a557 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-1d602365-7806-4e8e-b340-f7a27c62a557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1d602365-7806-4e8e-b340-f7a27c62a557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557-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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557 .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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d602365-7806-4e8e-b340-f7a27c62a557 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-1d602365-7806-4e8e-b340-f7a27c62a557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1d602365-7806-4e8e-b340-f7a27c62a557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557-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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557 .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-1d602365-7806-4e8e-b340-f7a27c62a557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1d602365-7806-4e8e-b340-f7a27c62a557 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-1d602365-7806-4e8e-b340-f7a27c62a557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d602365-7806-4e8e-b340-f7a27c62a557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3dbcbd6b-610b-40cf-8841-b95abd315134 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3dbcbd6b-610b-40cf-8841-b95abd315134 {
  
}
}
#s-3dbcbd6b-610b-40cf-8841-b95abd315134 hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}

#s-208ccdd8-aac1-4140-8c5c-0a7ca347ab9e {
  margin-top: 2px;
margin-left: 2%;
margin-bottom: 2px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-208ccdd8-aac1-4140-8c5c-0a7ca347ab9e .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



#s-6ef1e060-270e-4caf-8080-1fbe67c097e8 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-adaae923-fed5-4c3e-95d6-84d38cf1933c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-adaae923-fed5-4c3e-95d6-84d38cf1933c {
  margin-left: -14%;
margin-right: -14%;
}
}
#s-adaae923-fed5-4c3e-95d6-84d38cf1933c hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
@media (max-width: 767px){#s-adaae923-fed5-4c3e-95d6-84d38cf1933c hr {
  border-top: 2px solid rgba(26, 26, 26, 1);
}
}
.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-2b7896a6-11da-41e5-96fa-c57377f90b34 {
  margin-top: 17px;
margin-left: auto;
margin-bottom: 17px;
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-2b7896a6-11da-41e5-96fa-c57377f90b34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b7896a6-11da-41e5-96fa-c57377f90b34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b7896a6-11da-41e5-96fa-c57377f90b34-root {
    text-align: center;
  }


#s-2b7896a6-11da-41e5-96fa-c57377f90b34.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b7896a6-11da-41e5-96fa-c57377f90b34-root {
    text-align: center;
  }


#s-2b7896a6-11da-41e5-96fa-c57377f90b34.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b7896a6-11da-41e5-96fa-c57377f90b34-root {
    text-align: center;
  }


#s-2b7896a6-11da-41e5-96fa-c57377f90b34.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b7896a6-11da-41e5-96fa-c57377f90b34-root {
    text-align: center;
  }


#s-2b7896a6-11da-41e5-96fa-c57377f90b34.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b7896a6-11da-41e5-96fa-c57377f90b34-root {
    text-align: center;
  }


#s-2b7896a6-11da-41e5-96fa-c57377f90b34.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}
#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
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-c46c75d1-0d82-4259-b1ea-9e2f47a733db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c46c75d1-0d82-4259-b1ea-9e2f47a733db-root {
    text-align: center;
  }


#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c46c75d1-0d82-4259-b1ea-9e2f47a733db-root {
    text-align: center;
  }


#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c46c75d1-0d82-4259-b1ea-9e2f47a733db-root {
    text-align: center;
  }


#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c46c75d1-0d82-4259-b1ea-9e2f47a733db-root {
    text-align: center;
  }


#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c46c75d1-0d82-4259-b1ea-9e2f47a733db-root {
    text-align: center;
  }


#s-c46c75d1-0d82-4259-b1ea-9e2f47a733db.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Anton;
  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;
}
